i18n
This commit is contained in:
parent
77b18ac94f
commit
6c38a063fd
5 changed files with 29 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
||||||
"leaflet-formbuilder": "0.2.9",
|
"leaflet-formbuilder": "0.2.9",
|
||||||
"leaflet-fullscreen": "1.0.2",
|
"leaflet-fullscreen": "1.0.2",
|
||||||
"leaflet-hash": "0.2.1",
|
"leaflet-hash": "0.2.1",
|
||||||
"leaflet-i18n": "0.3.3",
|
"leaflet-i18n": "0.3.4",
|
||||||
"leaflet-iconlayers": "^0.2.0",
|
"leaflet-iconlayers": "^0.2.0",
|
||||||
"leaflet-loading": "0.1.24",
|
"leaflet-loading": "0.1.24",
|
||||||
"leaflet-measurable": "0.1.0",
|
"leaflet-measurable": "0.1.0",
|
||||||
|
|
|
@ -431,7 +431,13 @@ const locale = {
|
||||||
"Type a place name or coordinates": "Type a place name or coordinates",
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
||||||
"copy": "copy",
|
"copy": "copy",
|
||||||
"full backup": "full backup",
|
"full backup": "full backup",
|
||||||
"settings": "settings"
|
"settings": "settings",
|
||||||
|
"Action not allowed :(": "Action not allowed :(",
|
||||||
|
"Bring feature to center": "Bring feature to center",
|
||||||
|
"Current map view": "Current map view",
|
||||||
|
"Features in this layer: {count}": "Features in this layer: {count}",
|
||||||
|
"Filter": "Filter",
|
||||||
|
"Problem in the response": "Problem in the response"
|
||||||
}
|
}
|
||||||
L.registerLocale("en", locale)
|
L.registerLocale("en", locale)
|
||||||
L.setLocale("en")
|
L.setLocale("en")
|
||||||
|
|
|
@ -431,5 +431,11 @@
|
||||||
"Type a place name or coordinates": "Type a place name or coordinates",
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
||||||
"copy": "copy",
|
"copy": "copy",
|
||||||
"full backup": "full backup",
|
"full backup": "full backup",
|
||||||
"settings": "settings"
|
"settings": "settings",
|
||||||
|
"Action not allowed :(": "Action not allowed :(",
|
||||||
|
"Bring feature to center": "Bring feature to center",
|
||||||
|
"Current map view": "Current map view",
|
||||||
|
"Features in this layer: {count}": "Features in this layer: {count}",
|
||||||
|
"Filter": "Filter",
|
||||||
|
"Problem in the response": "Problem in the response"
|
||||||
}
|
}
|
|
@ -431,7 +431,13 @@ const locale = {
|
||||||
"Type a place name or coordinates": "Entrer un lieu ou des coordonnées",
|
"Type a place name or coordinates": "Entrer un lieu ou des coordonnées",
|
||||||
"copy": "copier",
|
"copy": "copier",
|
||||||
"full backup": "sauvegarde complète",
|
"full backup": "sauvegarde complète",
|
||||||
"settings": "paramètres"
|
"settings": "paramètres",
|
||||||
|
"Action not allowed :(": "Action non autorisée :(",
|
||||||
|
"Bring feature to center": "Centrer la carte sur cet élément",
|
||||||
|
"Current map view": "Lister seulement les éléments visibles",
|
||||||
|
"Features in this layer: {count}": "Éléments dans ce calque: {count}",
|
||||||
|
"Filter": "Filtrer",
|
||||||
|
"Problem in the response": "Problem in the response"
|
||||||
}
|
}
|
||||||
L.registerLocale("fr", locale)
|
L.registerLocale("fr", locale)
|
||||||
L.setLocale("fr")
|
L.setLocale("fr")
|
||||||
|
|
|
@ -431,5 +431,11 @@
|
||||||
"Type a place name or coordinates": "Entrer un lieu ou des coordonnées",
|
"Type a place name or coordinates": "Entrer un lieu ou des coordonnées",
|
||||||
"copy": "copier",
|
"copy": "copier",
|
||||||
"full backup": "sauvegarde complète",
|
"full backup": "sauvegarde complète",
|
||||||
"settings": "paramètres"
|
"settings": "paramètres",
|
||||||
|
"Action not allowed :(": "Action non autorisée :(",
|
||||||
|
"Bring feature to center": "Centrer la carte sur cet élément",
|
||||||
|
"Current map view": "Lister seulement les éléments visibles",
|
||||||
|
"Features in this layer: {count}": "Éléments dans ce calque: {count}",
|
||||||
|
"Filter": "Filtrer",
|
||||||
|
"Problem in the response": "Problem in the response"
|
||||||
}
|
}
|
Loading…
Reference in a new issue