diff options
| author | Abdulmelik Bekmez <61517310+abdulmelikbekmez@users.noreply.github.com> | 2023-06-12 13:44:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 12:44:21 +0200 |
| commit | 6a7182fcf71d05e2bb32072a56715497a03f0314 (patch) | |
| tree | 725388157c5f7e7b6f3a4a3f8ef3669b14c4b7d7 /library/src/text/raw.rs | |
| parent | 7049a4563403e653f5c1f816da3dfd9025c6787a (diff) | |
Add translation for Turkish (#1466)
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 01766e39..fd6636e7 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -243,6 +243,7 @@ impl LocalName for RawElem { Lang::RUSSIAN => "Листинг", Lang::SLOVENIAN => "Program", Lang::SWEDISH => "Listing", + Lang::TURKISH => "Liste", Lang::UKRAINIAN => "Лістинг", Lang::VIETNAMESE => "Chương trình", // TODO: This may be wrong. Lang::ENGLISH | _ => "Listing", |
