mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
add ukrainian translation
This commit is contained in:
committed by
mayswind
parent
fd1242490f
commit
97178227ef
@@ -1,5 +1,6 @@
|
||||
import en from './en.json';
|
||||
import ru from './ru.json';
|
||||
import uk from './uk.json';
|
||||
import es from './es.json';
|
||||
import vi from './vi.json';
|
||||
import zhHans from './zh_Hans.json';
|
||||
@@ -54,6 +55,12 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
|
||||
alternativeLanguageTag: 'ru-RU',
|
||||
content: ru
|
||||
},
|
||||
'uk': {
|
||||
name: 'Ukrainian',
|
||||
displayName: 'Українська',
|
||||
alternativeLanguageTag: 'uk-UA',
|
||||
content: uk
|
||||
},
|
||||
'vi': {
|
||||
name: 'Vietnamese',
|
||||
displayName: 'Tiếng Việt',
|
||||
|
||||
Reference in New Issue
Block a user