diff options
| author | Alban Peignier | 2018-01-02 10:38:49 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-01-02 10:38:49 +0100 | 
| commit | 2a6f499c0d47428d9bfddfc5375beb10d4385da3 (patch) | |
| tree | 368baf20f14eb1741562461eb7afbb7fb509d38e | |
| parent | 3e9a93ea31f809aec1a80ff709c2362c4c2779fd (diff) | |
| download | chouette-core-5427_stop_area_country_select.tar.bz2 | |
Fixes i18n for StopArea#country_code. Refs #54275427_stop_area_country_select
| -rw-r--r-- | config/locales/stop_areas.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/stop_areas.fr.yml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/stop_areas.en.yml b/config/locales/stop_areas.en.yml index 4d84d1191..ae5d14c08 100644 --- a/config/locales/stop_areas.en.yml +++ b/config/locales/stop_areas.en.yml @@ -103,7 +103,7 @@ en:          area_type: "Area type"          nearest_topic_name: "Nearest point of interest"          street_name: "Street name" -        country_code: "INSEE code" +        country_code: "Country"          fare_code: "Fare code"          mobility_restricted_suitability: "Mobility reduced passenger suitable"          stairs_availability: "Escalator" diff --git a/config/locales/stop_areas.fr.yml b/config/locales/stop_areas.fr.yml index eda1e4e3d..b4781ac16 100644 --- a/config/locales/stop_areas.fr.yml +++ b/config/locales/stop_areas.fr.yml @@ -103,7 +103,7 @@ fr:          area_type: "Type d'arrêt"          nearest_topic_name: "Point d'intérêt le plus proche"          street_name: "Nom de la rue" -        country_code: "Code INSEE" +        country_code: "Pays"          fare_code: "Zone tarifaire"          mobility_restricted_suitability: "Accès pour voyageur à mobilité réduite"          stairs_availability: "Escalator" | 
