diff options
| author | Xinhui | 2016-11-29 15:09:54 +0100 | 
|---|---|---|
| committer | Xinhui | 2016-11-29 15:52:39 +0100 | 
| commit | bea0f42a318c17878fa99a0adaf3d3e2d2811a06 (patch) | |
| tree | 51d332b4630e5b1ad9afcdbdc6f1e20bd533275b /config/locales | |
| parent | ac92d7020fe98f43381fc896a5c499e0029c7ac8 (diff) | |
| download | chouette-core-bea0f42a318c17878fa99a0adaf3d3e2d2811a06.tar.bz2 | |
Refactoring stop_area area_type as enumerize
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/enumerize.en.yml | 8 | ||||
| -rw-r--r-- | config/locales/enumerize.fr.yml | 8 | 
2 files changed, 14 insertions, 2 deletions
diff --git a/config/locales/enumerize.en.yml b/config/locales/enumerize.en.yml index 2f865c9f1..b42f68003 100644 --- a/config/locales/enumerize.en.yml +++ b/config/locales/enumerize.en.yml @@ -85,7 +85,13 @@ en:          cableway: Cableway          funicular: Funicular          other: Other - +    stop_area: +        area_type: +            zdep: ZDEp +            zder: ZDEr +            zdlp: ZDLp +            zdlr: ZDLr +            lda: LDA      line:        transport_mode:          interchange: Interchange diff --git a/config/locales/enumerize.fr.yml b/config/locales/enumerize.fr.yml index 33a987359..ecfde38bd 100644 --- a/config/locales/enumerize.fr.yml +++ b/config/locales/enumerize.fr.yml @@ -84,7 +84,13 @@ fr:          cableway: Téléphérique          funicular: Funiculaire          other: Autre - +    stop_area: +        area_type: +            zdep: ZDEp +            zder: ZDEr +            zdlp: ZDLp +            zdlr: ZDLr +            lda: LDA      line:        transport_mode:          interchange: Interconnection  | 
