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"
|
name="map"
|
||||||
component={MapScreen}
|
component={MapScreen}
|
||||||
options={{
|
options={{
|
||||||
title: "MAP", // TODO translate
|
title: i18n.t('screens.map'),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -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"),
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue