diff options
| author | Zog | 2018-02-12 09:33:53 +0100 |
|---|---|---|
| committer | Zog | 2018-02-12 09:33:53 +0100 |
| commit | 2f895a1ee52922565b7ca1a0c00defe68f40aebd (patch) | |
| tree | f18e1eab0549ea071483e14fdd2f8c7c74a4c0ef /config | |
| parent | 045afc75458d1d3fc4a56875bd86e112f0a665da (diff) | |
| download | chouette-core-2f895a1ee52922565b7ca1a0c00defe68f40aebd.tar.bz2 | |
Refs #5888; Fix I18n in JS5888-fix-i18n-in-js
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/stop_points.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/stop_points.fr.yml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/stop_points.en.yml b/config/locales/stop_points.en.yml index d22d85731..72e138270 100644 --- a/config/locales/stop_points.en.yml +++ b/config/locales/stop_points.en.yml @@ -55,3 +55,4 @@ en: name: Stop Point for_boarding: "Pickup" for_alighting: "Drop off" + reflex_id: ID diff --git a/config/locales/stop_points.fr.yml b/config/locales/stop_points.fr.yml index d3c873442..71be684f6 100644 --- a/config/locales/stop_points.fr.yml +++ b/config/locales/stop_points.fr.yml @@ -52,6 +52,7 @@ fr: simple_form: labels: stop_point: - name: Arrêt + name: Arrêt for_boarding: "Montée" for_alighting: "Descente" + reflex_id: ID |
