1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(translation): add Ukrainian language, thanks to #707

This commit is contained in:
2023-11-06 18:01:19 +01:00
parent 13afc8bffd
commit e14302bdc0
3 changed files with 555 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ import { koKR } from './ko-KR';
import { nlNL } from './nl-NL';
import { ptBR } from './pt-BR';
import { ruRU } from './ru-RU';
import { ukUA } from './uk-UA';
import { viVN } from './vi-VN';
import { zhCN } from './zh-CN';
const messages = {
@@ -32,7 +33,8 @@ const messages = {
'ko-KR': koKR,
'nl-NL': nlNL,
'ca-ES': caES,
'cs-CZ': csCZ
'cs-CZ': csCZ,
'uk-UA': ukUA
};
type NestedPartial<T> = {