diff options
| author | jpl | 2017-03-02 15:44:43 +0100 | 
|---|---|---|
| committer | jpl | 2017-03-02 15:44:43 +0100 | 
| commit | d3596e11cea3c948b26e4d537de943ee3f56894d (patch) | |
| tree | 4d4839a155cb76a9d7d91af2a40b371afe615447 /config | |
| parent | a33b8a193f357224c13a74ae1741a9d9da461946 (diff) | |
| download | chouette-core-d3596e11cea3c948b26e4d537de943ee3f56894d.tar.bz2 | |
Fixing stop points i18n issues
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/stop_points.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/stop_points.fr.yml | 2 | 
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/stop_points.en.yml b/config/locales/stop_points.en.yml index c09a9f7fe..4c8eb2c7f 100644 --- a/config/locales/stop_points.en.yml +++ b/config/locales/stop_points.en.yml @@ -41,6 +41,8 @@ en:          lines: "lines"          created_at: Created at          updated_at: Updated at +        for_boarding: "For boarding" +        for_alighting: "For alighting"    simple_form:      labels:        stop_point: diff --git a/config/locales/stop_points.fr.yml b/config/locales/stop_points.fr.yml index 1c4ed09ed..217bd9825 100644 --- a/config/locales/stop_points.fr.yml +++ b/config/locales/stop_points.fr.yml @@ -41,6 +41,8 @@ fr:          lines: "Lignes"          created_at: "Créé le"          updated_at: "Modifié le" +        for_boarding: "Montée" +        for_alighting: "Descente"    simple_form:      labels:        stop_point:  | 
