Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mod th;
mod tr;
mod tw;
mod uk;
mod vn;
mod vi;
mod ta;
mod ge;

Expand All @@ -70,7 +70,7 @@ pub const LANGS: &[(&str, &str)] = &[
("da", "Dansk"),
("eo", "Esperanto"),
("tr", "Türkçe"),
("vn", "Tiếng Việt"),
("vi", "Tiếng Việt"),
("pl", "Polski"),
("ja", "日本語"),
("ko", "한국어"),
Expand Down Expand Up @@ -145,7 +145,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
"cs" => cs::T.deref(),
"da" => da::T.deref(),
"sk" => sk::T.deref(),
"vn" => vn::T.deref(),
"vi" => vi::T.deref(),
"pl" => pl::T.deref(),
"ja" => ja::T.deref(),
"ko" => ko::T.deref(),
Expand Down
File renamed without changes.
Loading