mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
feat(locale): add Tamil translation
This commit is contained in:
@@ -6,6 +6,7 @@ import it from './it.json';
|
||||
import ja from './ja.json';
|
||||
import kn from './kn.json';
|
||||
import ko from './ko.json';
|
||||
import ta from './ta.json';
|
||||
import nl from './nl.json';
|
||||
import ru from './ru.json';
|
||||
import sl from './sl.json';
|
||||
@@ -120,6 +121,13 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
|
||||
textDirection: 'ltr',
|
||||
content: sl
|
||||
},
|
||||
'ta': {
|
||||
name: 'Tamil',
|
||||
displayName: 'தமிழ்',
|
||||
alternativeLanguageTag: 'ta-IN',
|
||||
textDirection: 'ltr',
|
||||
content: ta
|
||||
},
|
||||
'th': {
|
||||
name: 'Thai',
|
||||
displayName: 'ภาษาไทย',
|
||||
|
||||
Reference in New Issue
Block a user