feat: translate to thai language

This commit is contained in:
Natthavat Sukdumrongpreecha
2025-09-24 10:26:00 +07:00
committed by mayswind
parent 9589dd2486
commit 66303a8965
4 changed files with 2337 additions and 0 deletions
+8
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff