Skip to content

Commit e2cf2a5

Browse files
committed
feat(i18n-ta): New Tamil locale added
Signed-off-by: Pedro Lamas <[email protected]>
1 parent e2e978c commit e2cf2a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/globals.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@ export const SupportedLocales = Object.freeze([
533533
{ name: 'Українська', code: 'uk' },
534534
{ name: '한국어', code: 'ko' },
535535
{ name: 'العربية', code: 'ar' },
536-
{ name: '日本語', code: 'ja' }
536+
{ name: '日本語', code: 'ja' },
537+
{ name: 'தமிழ்', code: 'ta' }
537538
])
538539

539540
export const SupportedImageFormats = Object.freeze([

0 commit comments

Comments
 (0)