Skip to content

Commit d33a095

Browse files
committed
feat(settings): enable Vietnamese translation
1 parent 4721f62 commit d33a095

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

weblate/settings_docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
("th", "ไทย"),
161161
("tr", "Türkçe"),
162162
("uk", "Українська"),
163+
("vi", "Tiếng việt"),
163164
("zh-hans", "简体中文"),
164165
("zh-hant", "正體中文"),
165166
)

weblate/settings_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
("th", "ไทย"),
129129
("tr", "Türkçe"),
130130
("uk", "Українська"),
131+
("vi", "Tiếng việt"),
131132
("zh-hans", "简体中文"),
132133
("zh-hant", "正體中文"),
133134
)

0 commit comments

Comments
 (0)