aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 15:45:09 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 15:45:27 +0530
commit31024050307a8944fa404aefdffdabd4aa122718 (patch)
tree2eae0fcec0ed25f243d3c2161a2d0b4818c6ddcb /src
parentNew Crowdin updates (#1819) (diff)
downloadferdium-app-31024050307a8944fa404aefdffdabd4aa122718.tar.gz
ferdium-app-31024050307a8944fa404aefdffdabd4aa122718.tar.zst
ferdium-app-31024050307a8944fa404aefdffdabd4aa122718.zip
chore: added TODO and regenerated file [skip ci]
Diffstat (limited to 'src')
-rw-r--r--src/components/ui/AppLoader/index.js1
-rw-r--r--src/i18n/locales/defaultMessages.json16
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';
8 8
9import styles from './styles'; 9import styles from './styles';
10 10
11// TODO: Need to externalize for i18n
11const textList = shuffleArray([ 12const textList = shuffleArray([
12 'Adding free features', 13 'Adding free features',
13 'Making application usable', 14 '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 @@
1035 "defaultMessage": "!!!Your services have been updated.", 1035 "defaultMessage": "!!!Your services have been updated.",
1036 "end": { 1036 "end": {
1037 "column": 3, 1037 "column": 3,
1038 "line": 32 1038 "line": 31
1039 }, 1039 },
1040 "file": "src/components/layout/AppLayout.js", 1040 "file": "src/components/layout/AppLayout.js",
1041 "id": "infobar.servicesUpdated", 1041 "id": "infobar.servicesUpdated",
1042 "start": { 1042 "start": {
1043 "column": 19, 1043 "column": 19,
1044 "line": 29 1044 "line": 28
1045 } 1045 }
1046 }, 1046 },
1047 { 1047 {
1048 "defaultMessage": "!!!Reload services", 1048 "defaultMessage": "!!!Reload services",
1049 "end": { 1049 "end": {
1050 "column": 3, 1050 "column": 3,
1051 "line": 36 1051 "line": 35
1052 }, 1052 },
1053 "file": "src/components/layout/AppLayout.js", 1053 "file": "src/components/layout/AppLayout.js",
1054 "id": "infobar.buttonReloadServices", 1054 "id": "infobar.buttonReloadServices",
1055 "start": { 1055 "start": {
1056 "column": 24, 1056 "column": 24,
1057 "line": 33 1057 "line": 32
1058 } 1058 }
1059 }, 1059 },
1060 { 1060 {
1061 "defaultMessage": "!!!Could not load services and user information", 1061 "defaultMessage": "!!!Could not load services and user information",
1062 "end": { 1062 "end": {
1063 "column": 3, 1063 "column": 3,
1064 "line": 40 1064 "line": 39
1065 }, 1065 },
1066 "file": "src/components/layout/AppLayout.js", 1066 "file": "src/components/layout/AppLayout.js",
1067 "id": "infobar.requiredRequestsFailed", 1067 "id": "infobar.requiredRequestsFailed",
1068 "start": { 1068 "start": {
1069 "column": 26, 1069 "column": 26,
1070 "line": 37 1070 "line": 36
1071 } 1071 }
1072 }, 1072 },
1073 { 1073 {
1074 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 1074 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
1075 "end": { 1075 "end": {
1076 "column": 3, 1076 "column": 3,
1077 "line": 45 1077 "line": 44
1078 }, 1078 },
1079 "file": "src/components/layout/AppLayout.js", 1079 "file": "src/components/layout/AppLayout.js",
1080 "id": "infobar.authRequestFailed", 1080 "id": "infobar.authRequestFailed",
1081 "start": { 1081 "start": {
1082 "column": 21, 1082 "column": 21,
1083 "line": 41 1083 "line": 40
1084 } 1084 }
1085 } 1085 }
1086 ], 1086 ],