More progress on translations (#9951)

This commit is contained in:
Félix Malfait
2025-01-31 15:49:37 +01:00
committed by GitHub
parent b801307d92
commit d6788348ba
57 changed files with 31344 additions and 3935 deletions

View File

@ -0,0 +1,13 @@
export const APP_LOCALES = {
en: 'en',
fr: 'fr',
de: 'de',
it: 'it',
es: 'es',
ko: 'ko',
'pt-PT': 'pt-PT',
'pt-BR': 'pt-BR',
'zh-Hans': 'zh-Hans',
'zh-Hant': 'zh-Hant',
'pseudo-en': 'pseudo-en',
} as const;

View File

@ -1,4 +1,5 @@
export * from './constants/FieldForTotalCountAggregateOperation';
export * from './constants/Locales';
export * from './constants/TwentyCompaniesBaseUrl';
export * from './constants/TwentyIconsBaseUrl';
export * from './types/ConnectedAccountProvider';