diff options
| author | Alban Peignier | 2017-12-21 21:52:13 +0100 |
|---|---|---|
| committer | Alban Peignier | 2017-12-21 21:58:56 +0100 |
| commit | d923133ba60c6db8c3e2ad7d850127c61aac4057 (patch) | |
| tree | dcbf2892b3112631cf727bb21b5409db5ab2bb26 | |
| parent | be8afa7aa3fd1c8922a4e02e16cdfef698b3df26 (diff) | |
| download | chouette-core-5361-make-company-optional-on-lines.tar.bz2 | |
Add line#company attribute in i18n. Refs #53615361-make-company-optional-on-lines
| -rw-r--r-- | config/locales/lines.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/lines.fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml index 0bbe1b30d..49a629557 100644 --- a/config/locales/lines.en.yml +++ b/config/locales/lines.en.yml @@ -70,6 +70,7 @@ en: networks: name: "Network" company_id: "Company" + company: "Company" secondary_company: "Secondary company" companies: name: "Company" diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml index 9397f6989..8fd409f1e 100644 --- a/config/locales/lines.fr.yml +++ b/config/locales/lines.fr.yml @@ -71,6 +71,7 @@ fr: networks: name: "Réseau" company_id: "Transporteur principal" + company: "Transporteur principal" secondary_company: "Transporteurs secondaires" companies: name: "Transporteur principal" |
