Browse Source

Updated translations

Arnaud Vergnet 3 years ago
parent
commit
ac9709d666
3 changed files with 6 additions and 4 deletions
  1. 2
    2
      src/screens/Services/ServicesScreen.js
  2. 2
    1
      translations/en.json
  3. 2
    1
      translations/fr.json

+ 2
- 2
src/screens/Services/ServicesScreen.js View File

@@ -217,7 +217,7 @@ class ServicesScreen extends React.Component<Props, State> {
217 217
                     marginLeft: 'auto',
218 218
                     marginRight: 'auto',
219 219
                 }}>
220
-                    NOT LOGGED IN
220
+                    {i18n.t("servicesScreen.notLoggedIn")}
221 221
                 </Title>
222 222
                 <Button
223 223
                     icon="login"
@@ -227,7 +227,7 @@ class ServicesScreen extends React.Component<Props, State> {
227 227
                         marginLeft: 'auto',
228 228
                         marginRight: 'auto',
229 229
                     }}>
230
-                    LOGIN
230
+                    {i18n.t("screens.login")}
231 231
                 </Button>
232 232
             </View>
233 233
         )

+ 2
- 1
translations/en.json View File

@@ -386,6 +386,7 @@
386 386
   "servicesScreen": {
387 387
     "amicale": "The Amicale",
388 388
     "students": "Student services",
389
-    "insa": "INSA services"
389
+    "insa": "INSA services",
390
+    "notLoggedIn": "Not logged in"
390 391
   }
391 392
 }

+ 2
- 1
translations/fr.json View File

@@ -386,6 +386,7 @@
386 386
   "servicesScreen": {
387 387
     "amicale": "L'Amicale",
388 388
     "students": "Services étudiants",
389
-    "insa": "Services de l'INSA"
389
+    "insa": "Services de l'INSA",
390
+    "notLoggedIn": "Non connecté"
390 391
   }
391 392
 }

Loading…
Cancel
Save