Feature/setup i18n (#1139)

* Setup i18n

* Update changelog
This commit is contained in:
Thomas Kaul
2022-08-13 10:29:36 +02:00
committed by GitHub
parent 55182ac1af
commit 81245635af
25 changed files with 4693 additions and 76 deletions

View File

@@ -49,6 +49,7 @@ export const DATA_GATHERING_QUEUE_PRIORITY_LOW = Number.MAX_SAFE_INTEGER;
export const DATA_GATHERING_QUEUE_PRIORITY_HIGH = 1;
export const DEFAULT_DATE_FORMAT_MONTH_YEAR = 'MMM yyyy';
export const DEFAULT_LANGUAGE_CODE = 'en';
export const GATHER_ASSET_PROFILE_PROCESS = 'GATHER_ASSET_PROFILE';
export const GATHER_ASSET_PROFILE_PROCESS_OPTIONS: JobOptions = {