diff options
| author | Alban Peignier | 2018-04-18 22:39:54 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2018-04-18 22:40:07 +0200 | 
| commit | 10ac46e2d829d24ce3cac3a0ca84801bb09e6f31 (patch) | |
| tree | 486b2af766129b5a185eff4dfb727f2d6ea887b0 /config | |
| parent | af36cb9b844760adb26863bb4d9c3c55209557a9 (diff) | |
| download | chouette-core-10ac46e2d829d24ce3cac3a0ca84801bb09e6f31.tar.bz2 | |
Use config/locales/zzz-stif.yml to store STIF i18n values. Refs #6545
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/layouts.fr.yml | 4 | ||||
| -rw-r--r-- | config/locales/zzz-stif.yml | 5 | 
2 files changed, 7 insertions, 2 deletions
| diff --git a/config/locales/layouts.fr.yml b/config/locales/layouts.fr.yml index 345151223..019c72701 100644 --- a/config/locales/layouts.fr.yml +++ b/config/locales/layouts.fr.yml @@ -21,8 +21,8 @@ fr:          one: Offres courante          other: Offres courantes        workbench_outputs: -        organisation: Offres de mon organisation -        idf: Offres IDF +        organisation: Offre de mon organisation +        workgroup: Offre du groupe de travail        tools: Outils        sync: Synchronisation        sync_icar: Synchronisation iCAR diff --git a/config/locales/zzz-stif.yml b/config/locales/zzz-stif.yml new file mode 100644 index 000000000..a9e6a0ef4 --- /dev/null +++ b/config/locales/zzz-stif.yml @@ -0,0 +1,5 @@ +fr: +  layouts: +    navbar: +      workbench_outputs: +        workgroup: Offre IDF | 
