diff options
| author | ichxorya <benghia1st@gmail.com> | 2023-04-11 19:04:13 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 14:04:13 +0200 |
| commit | 31eb3b571e99d84bcd4630810888cadeced01e15 (patch) | |
| tree | 07ebe9e328d87a4f89759e60c460bb12dbad2e2e /library/src/text/raw.rs | |
| parent | 894a78a42676acb3d34b6af9e66c7f5fc1e72d8a (diff) | |
Add Vietnamese Translation (#684)
Diffstat (limited to 'library/src/text/raw.rs')
| -rw-r--r-- | library/src/text/raw.rs | 1 |
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", } } |
