forked from vergnet/application-amicale
Updated translations
This commit is contained in:
parent
936f2a8e9e
commit
f644964473
4 changed files with 6 additions and 4 deletions
|
@ -111,7 +111,7 @@ function MainStackComponent(props: { createTabNavigator: () => React.Node }) {
|
|||
name="map"
|
||||
component={MapScreen}
|
||||
options={{
|
||||
title: "MAP", // TODO translate
|
||||
title: i18n.t('screens.map'),
|
||||
}}
|
||||
/>
|
||||
|
||||
|
|
|
@ -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"),
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
"profile": "Profile",
|
||||
"vote": "Elections",
|
||||
"scanner": "Scanotron 3000",
|
||||
"feedback": "Feedback"
|
||||
"feedback": "Feedback",
|
||||
"map": "Campus Map"
|
||||
},
|
||||
"intro": {
|
||||
"slideMain": {
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
"profile": "Profil",
|
||||
"vote": "Élections",
|
||||
"scanner": "Scanotron 3000",
|
||||
"feedback": "Votre avis"
|
||||
"feedback": "Votre avis",
|
||||
"map": "Carte du campus"
|
||||
},
|
||||
"intro": {
|
||||
"slideMain": {
|
||||
|
|
Loading…
Reference in a new issue