aboutsummaryrefslogtreecommitdiff
path: root/server/locale-export/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-12-03 11:57:45 +0100
committermetamuffin <metamuffin@disroot.org>2025-12-03 11:57:45 +0100
commit78b00650620dc6513c4e940f838e06f37ff5b246 (patch)
tree0abef39f749f469afa7a433edd29c754cbed3758 /server/locale-export/src/main.rs
parent9ce873a0fe15cf7059906f41005e1847e1354ade (diff)
downloadhurrycurry-78b00650620dc6513c4e940f838e06f37ff5b246.tar
hurrycurry-78b00650620dc6513c4e940f838e06f37ff5b246.tar.bz2
hurrycurry-78b00650620dc6513c4e940f838e06f37ff5b246.tar.zst
Add vietnamese translation support
Diffstat (limited to 'server/locale-export/src/main.rs')
-rw-r--r--server/locale-export/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/locale-export/src/main.rs b/server/locale-export/src/main.rs
index 46eea556..56e1a93f 100644
--- a/server/locale-export/src/main.rs
+++ b/server/locale-export/src/main.rs
@@ -51,6 +51,7 @@ static NATIVE_LANGUAGE_NAMES: &[(&str, &str)] = &[
("zh_Hant", "中文 (繁體字)"),
("sv", "Svenska"),
("pl", "Polski"),
+ ("vi", "Tiếng Việt"),
("pt", "Português"),
("it", "Italiano"),
("ko", "한국인"),