Skip to content

Commit 1ae10cd

Browse files
committed
Other cleanups...
1 parent 2a2b65c commit 1ae10cd

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

templates/layout.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
{%- set t_edit_on_github = transbag('translate', this.alt, 'edit_on_github') -%}
1616
{%- set t_edit_translation = transbag('translate', this.alt, 'edit_translation') -%}
1717

18-
{%-
19-
set language_codes = {
20-
"zh_CN": "zh_Hans",
21-
"zh_TW": "zh_Hant",
22-
}
23-
-%}
24-
2518
<!DOCTYPE html>
2619
<html lang="en">
2720
<head>
@@ -113,7 +106,7 @@
113106
)
114107
-%}
115108
{%- set edit_text = t_edit_translation -%}
116-
{# Bootstrap doesn't have a Weblate icon. #}
109+
{# Font Awesome doesn't have a Weblate icon. #}
117110
{%- set icon_name = "pencil" -%}
118111
{%- endif -%}
119112
<a class="nav-link" href="{{ edit_link }}" target="_blank">

0 commit comments

Comments
 (0)