summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
authorJe Sian Keith Herman <68434444+jskherman@users.noreply.github.com>2023-06-20 23:55:12 +0800
committerGitHub <noreply@github.com>2023-06-20 17:55:12 +0200
commit53775b5f0711c777637d0b3ddbca5f3efa3ee836 (patch)
treefcdefbab13b87ee745d4346099a8dc7fe99b22d7 /src/doc.rs
parentececd074248a93d16fae08aeb596e89ff6e04814 (diff)
Add Filipino (`fil`/`tl`) translations (#1510)
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc.rs b/src/doc.rs
index 08d7f6b2..de16cece 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -522,6 +522,7 @@ impl Lang {
pub const DANISH: Self = Self(*b"da ", 2);
pub const DUTCH: Self = Self(*b"nl ", 2);
pub const ENGLISH: Self = Self(*b"en ", 2);
+ pub const FILIPINO: Self = Self(*b"tl ", 2);
pub const FRENCH: Self = Self(*b"fr ", 2);
pub const GERMAN: Self = Self(*b"de ", 2);
pub const ITALIAN: Self = Self(*b"it ", 2);