Skip to content

Commit 6ae500a

Browse files
feat(i18n): add Tagalog (tl) as a selectable interface language (#40988)
Co-authored-by: Morgan Lemke <morgan.f.lemke@gmail.com>
1 parent ec6de64 commit 6ae500a

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.changeset/add-tagalog-language.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@rocket.chat/meteor': patch
3+
'@rocket.chat/i18n': minor
4+
---
5+
6+
Added Tagalog (`tl`) as a selectable interface language. It appears in the user's **Account → Preferences → Localization → Language** dropdown; interface strings fall back to English until translations are contributed (same approach as other not-yet-translated locales).

apps/meteor/server/lib/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ if (false) {
6767
import('@rocket.chat/i18n/dist/resources/sv.i18n.json');
6868
import('@rocket.chat/i18n/dist/resources/ta-IN.i18n.json');
6969
import('@rocket.chat/i18n/dist/resources/th-TH.i18n.json');
70+
import('@rocket.chat/i18n/dist/resources/tl.i18n.json');
7071
import('@rocket.chat/i18n/dist/resources/tr.i18n.json');
7172
import('@rocket.chat/i18n/dist/resources/ug.i18n.json');
7273
import('@rocket.chat/i18n/dist/resources/uk.i18n.json');
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ }

0 commit comments

Comments
 (0)