Updated translations

This commit is contained in:
Arnaud Vergnet 2020-06-22 20:06:34 +02:00
parent 936f2a8e9e
commit f644964473
4 changed files with 6 additions and 4 deletions

View file

@ -111,7 +111,7 @@ function MainStackComponent(props: { createTabNavigator: () => React.Node }) {
name="map"
component={MapScreen}
options={{
title: "MAP", // TODO translate
title: i18n.t('screens.map'),
}}
/>

View file

@ -122,7 +122,7 @@ class ServicesScreen extends React.Component<Props, State> {
];
this.insaDataset = [
{
title: "MAP", // TODO translate
title: i18n.t('screens.map'),
subtitle: "MAP",
image: RU_IMAGE,
onPress: () => nav.navigate("map"),

View file

@ -25,7 +25,8 @@
"profile": "Profile",
"vote": "Elections",
"scanner": "Scanotron 3000",
"feedback": "Feedback"
"feedback": "Feedback",
"map": "Campus Map"
},
"intro": {
"slideMain": {

View file

@ -25,7 +25,8 @@
"profile": "Profil",
"vote": "Élections",
"scanner": "Scanotron 3000",
"feedback": "Votre avis"
"feedback": "Votre avis",
"map": "Carte du campus"
},
"intro": {
"slideMain": {