From 53775b5f0711c777637d0b3ddbca5f3efa3ee836 Mon Sep 17 00:00:00 2001 From: Je Sian Keith Herman <68434444+jskherman@users.noreply.github.com> Date: Tue, 20 Jun 2023 23:55:12 +0800 Subject: Add Filipino (`fil`/`tl`) translations (#1510) --- src/doc.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); -- cgit v1.2.3