Add Filipino to language list

This commit is contained in:
Damien Elmes 2023-07-17 14:06:03 +10:00
parent 12117843e0
commit 481876101e

View file

@ -70,6 +70,7 @@ langs = sorted(
("Gaeilge", "ga_IE"),
("Беларуская мова", "be_BY"),
("ଓଡ଼ିଆ", "or_OR"),
("Filipino", "tl"),
]
)