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" name="map"
component={MapScreen} component={MapScreen}
options={{ 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 = [ this.insaDataset = [
{ {
title: "MAP", // TODO translate title: i18n.t('screens.map'),
subtitle: "MAP", subtitle: "MAP",
image: RU_IMAGE, image: RU_IMAGE,
onPress: () => nav.navigate("map"), onPress: () => nav.navigate("map"),

View file

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

View file

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