summaryrefslogtreecommitdiff
path: root/library/src/text/raw.rs
diff options
context:
space:
mode:
authorichxorya <benghia1st@gmail.com>2023-04-11 19:04:13 +0700
committerGitHub <noreply@github.com>2023-04-11 14:04:13 +0200
commit31eb3b571e99d84bcd4630810888cadeced01e15 (patch)
tree07ebe9e328d87a4f89759e60c460bb12dbad2e2e /library/src/text/raw.rs
parent894a78a42676acb3d34b6af9e66c7f5fc1e72d8a (diff)
Add Vietnamese Translation (#684)
Diffstat (limited to 'library/src/text/raw.rs')
-rw-r--r--library/src/text/raw.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs
index 5af93c0f..9a67aa7e 100644
--- a/library/src/text/raw.rs
+++ b/library/src/text/raw.rs
@@ -212,6 +212,7 @@ impl LocalName for RawElem {
Lang::RUSSIAN => "Листинг",
Lang::SLOVENIAN => "Program",
Lang::UKRAINIAN => "Лістинг",
+ Lang::VIETNAMESE => "Chương trình", // TODO: This may be wrong.
Lang::ENGLISH | _ => "Listing",
}
}