summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbdul Rahman Sibahi <asibahi@users.noreply.github.com>2023-04-11 15:04:29 +0300
committerGitHub <noreply@github.com>2023-04-11 14:04:29 +0200
commit904667861074785222749e4ffe4f9b51a23b5079 (patch)
tree03bde7c82e8c3c4a20c463905cd413c57c15398c /src
parent31eb3b571e99d84bcd4630810888cadeced01e15 (diff)
Added Arabic translations (#688)
Diffstat (limited to 'src')
-rw-r--r--src/doc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc.rs b/src/doc.rs
index c2ed5b49..5a8ad55f 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -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);