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 /src/doc.rs | |
| parent | 31eb3b571e99d84bcd4630810888cadeced01e15 (diff) | |
Added Arabic translations (#688)
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -515,6 +515,7 @@ pub struct Glyph { pub struct Lang([u8; 3], u8); impl Lang { + pub const ARABIC: Self = Self(*b"ar ", 2); pub const BOKMÃ…L: Self = Self(*b"nb ", 2); pub const CHINESE: Self = Self(*b"zh ", 2); pub const ENGLISH: Self = Self(*b"en ", 2); |
