diff options
| author | Vlatka Pavisic | 2017-02-15 10:35:46 +0100 |
|---|---|---|
| committer | Vlatka Pavisic | 2017-02-15 17:41:37 +0100 |
| commit | d6d0698a4842f23178870d351977d79715abe4e7 (patch) | |
| tree | 2c731249fb630afee68c0e402c3fd76cd5c2bc9d /config/locales | |
| parent | 7c177daaa3c3ad6320701e753d725b26d16ffb49 (diff) | |
| download | chouette-core-d6d0698a4842f23178870d351977d79715abe4e7.tar.bz2 | |
Refs #2596 : Add translations
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/stop_areas.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/stop_areas.fr.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/stop_areas.en.yml b/config/locales/stop_areas.en.yml index 7b461affa..44ce1f12e 100644 --- a/config/locales/stop_areas.en.yml +++ b/config/locales/stop_areas.en.yml @@ -119,6 +119,8 @@ en: coordinates: "Coordinates (lat,lng) WGS84" zip_code: "Zip code" city_name: "City" + created_at: Created at + updated_at: Updated at formtastic: titles: stop_area: diff --git a/config/locales/stop_areas.fr.yml b/config/locales/stop_areas.fr.yml index fb7d37ef4..935f8c73d 100644 --- a/config/locales/stop_areas.fr.yml +++ b/config/locales/stop_areas.fr.yml @@ -120,6 +120,8 @@ fr: coordinates: "Coordonnées (lat,lng) WGS84" zip_code: "Code postal" city_name: "Commune" + created_at: "Créé le" + updated_at: "Modifié le" formtastic: titles: stop_area: |
