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

feat: Add catalan language

This commit is contained in:
Marc Vilella
2023-08-13 19:20:26 +02:00
committed by GitHub
parent dd264f802e
commit 9c6f1a9ea5
3 changed files with 533 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ import { ruRU } from './ru-RU';
import { idID } from './id-ID';
import { koKR } from './ko-KR';
import { nlNL } from './nl-NL';
import { caES } from './ca-ES';
const messages = {
'en-US': enUS,
'it-IT': itIT,
@@ -27,7 +28,8 @@ const messages = {
'ru-RU': ruRU,
'id-ID': idID,
'ko-KR': koKR,
'nl-NL': nlNL
'nl-NL': nlNL,
'ca-ES': caES
};
type NestedPartial<T> = {