From 31024050307a8944fa404aefdffdabd4aa122718 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 21 Aug 2021 15:45:09 +0530 Subject: chore: added TODO and regenerated file [skip ci] --- src/components/ui/AppLoader/index.js | 1 + src/i18n/locales/defaultMessages.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/ui/AppLoader/index.js b/src/components/ui/AppLoader/index.js index 31d7ca249..bbfd5de28 100644 --- a/src/components/ui/AppLoader/index.js +++ b/src/components/ui/AppLoader/index.js @@ -8,6 +8,7 @@ import { shuffleArray } from '../../../helpers/array-helpers'; import styles from './styles'; +// TODO: Need to externalize for i18n const textList = shuffleArray([ 'Adding free features', 'Making application usable', diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index bc3024c88..418bf6bea 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -1035,52 +1035,52 @@ "defaultMessage": "!!!Your services have been updated.", "end": { "column": 3, - "line": 32 + "line": 31 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.servicesUpdated", "start": { "column": 19, - "line": 29 + "line": 28 } }, { "defaultMessage": "!!!Reload services", "end": { "column": 3, - "line": 36 + "line": 35 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.buttonReloadServices", "start": { "column": 24, - "line": 33 + "line": 32 } }, { "defaultMessage": "!!!Could not load services and user information", "end": { "column": 3, - "line": 40 + "line": 39 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.requiredRequestsFailed", "start": { "column": 26, - "line": 37 + "line": 36 } }, { "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", "end": { "column": 3, - "line": 45 + "line": 44 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.authRequestFailed", "start": { "column": 21, - "line": 41 + "line": 40 } } ], -- cgit v1.2.3-70-g09d2