diff options
| author | Je Sian Keith Herman <68434444+jskherman@users.noreply.github.com> | 2023-06-20 23:55:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-20 17:55:12 +0200 |
| commit | 53775b5f0711c777637d0b3ddbca5f3efa3ee836 (patch) | |
| tree | fcdefbab13b87ee745d4346099a8dc7fe99b22d7 /library/src/text/raw.rs | |
| parent | ececd074248a93d16fae08aeb596e89ff6e04814 (diff) | |
Add Filipino (`fil`/`tl`) translations (#1510)
Diffstat (limited to 'library/src/text/raw.rs')
| -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 b6a71b0f..747a75d1 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -236,6 +236,7 @@ impl LocalName for RawElem { Lang::CZECH => "Seznam", Lang::DANISH => "Liste", Lang::DUTCH => "Listing", + Lang::FILIPINO => "Listahan", Lang::FRENCH => "Liste", Lang::GERMAN => "Listing", Lang::ITALIAN => "Codice", |
