mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
feat: translate to thai language
This commit is contained in:
committed by
mayswind
parent
9589dd2486
commit
66303a8965
@@ -6,6 +6,7 @@ import it from './it.json';
|
||||
import ja from './ja.json';
|
||||
import nl from './nl.json';
|
||||
import ru from './ru.json';
|
||||
import th from './th.json';
|
||||
import uk from './uk.json';
|
||||
import vi from './vi.json';
|
||||
import zhHans from './zh_Hans.json';
|
||||
@@ -94,6 +95,13 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
|
||||
textDirection: 'ltr',
|
||||
content: ru
|
||||
},
|
||||
'th': {
|
||||
name: 'Thai',
|
||||
displayName: 'ภาษาไทย',
|
||||
alternativeLanguageTag: 'th-TH',
|
||||
textDirection: 'ltr',
|
||||
content: th
|
||||
},
|
||||
'uk': {
|
||||
name: 'Ukrainian',
|
||||
displayName: 'Українська',
|
||||
|
||||
+2296
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user