diff options
| author | Abdul Rahman Sibahi <asibahi@users.noreply.github.com> | 2023-04-11 15:04:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 14:04:29 +0200 |
| commit | 904667861074785222749e4ffe4f9b51a23b5079 (patch) | |
| tree | 03bde7c82e8c3c4a20c463905cd413c57c15398c /library/src/text | |
| parent | 31eb3b571e99d84bcd4630810888cadeced01e15 (diff) | |
Added Arabic translations (#688)
Diffstat (limited to 'library/src/text')
| -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 9a67aa7e..97d57afa 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -202,6 +202,7 @@ impl Finalize for RawElem { impl LocalName for RawElem { fn local_name(&self, lang: Lang) -> &'static str { match lang { + Lang::ARABIC => "قائمة", Lang::BOKMÅL => "Utskrift", Lang::CHINESE => "代码", Lang::FRENCH => "Liste", |
