Skip to content

Commit 63cb4b2

Browse files
committed
fix: swap Tamil and Telugu localeName
1 parent 4c76dcd commit 63cb4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,15 +419,15 @@
419419
"code": "ta",
420420
"crowdinCode": "ta",
421421
"name": "Tamil",
422-
"localName": "తెలుగు",
422+
"localName": "தமிழ்",
423423
"langDir": "ltr",
424424
"dateFormat": "MM/DD/YYYY"
425425
},
426426
{
427427
"code": "te",
428428
"crowdinCode": "te",
429429
"name": "Telugu",
430-
"localName": "தமிழ்",
430+
"localName": "తెలుగు",
431431
"langDir": "ltr",
432432
"dateFormat": "MM/DD/YYYY"
433433
},

0 commit comments

Comments
 (0)