mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix: add comma in l10n.dart for tamil language
This commit is contained in:
parent
2f2a37d12c
commit
d713f0dcdb
@ -44,7 +44,7 @@ class L10n {
|
||||
const Locale('ru', 'RU'),
|
||||
const Locale('uk', 'UA'),
|
||||
const Locale('th', 'TH'),
|
||||
const Locale('ta', 'IN')
|
||||
const Locale('ta', 'IN'),
|
||||
const Locale('tr', 'TR'),
|
||||
const Locale('zh', 'CN'),
|
||||
const Locale('vi', 'VN'),
|
||||
|
Loading…
Reference in New Issue
Block a user