We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2b65c commit 1ae10cdCopy full SHA for 1ae10cd
1 file changed
templates/layout.html
@@ -15,13 +15,6 @@
15
{%- set t_edit_on_github = transbag('translate', this.alt, 'edit_on_github') -%}
16
{%- set t_edit_translation = transbag('translate', this.alt, 'edit_translation') -%}
17
18
-{%-
19
- set language_codes = {
20
- "zh_CN": "zh_Hans",
21
- "zh_TW": "zh_Hant",
22
- }
23
--%}
24
-
25
<!DOCTYPE html>
26
<html lang="en">
27
<head>
@@ -113,7 +106,7 @@
113
106
)
114
107
-%}
115
108
{%- set edit_text = t_edit_translation -%}
116
- {# Bootstrap doesn't have a Weblate icon. #}
109
+ {# Font Awesome doesn't have a Weblate icon. #}
117
110
{%- set icon_name = "pencil" -%}
118
111
{%- endif -%}
119
112
<a class="nav-link" href="{{ edit_link }}" target="_blank">
0 commit comments