diff options
| author | Zog | 2018-04-26 16:01:10 +0200 |
|---|---|---|
| committer | Zog | 2018-04-26 16:01:10 +0200 |
| commit | 45728fc0056ec3bc44dbb3a21349c9baf4865453 (patch) | |
| tree | b915fc0c871e73a3aba663363b6ef82071dc8ad1 /config | |
| parent | e69dfa80737402286adbfe6f29edae2efca36fd8 (diff) | |
| download | chouette-core-45728fc0056ec3bc44dbb3a21349c9baf4865453.tar.bz2 | |
Refs #6628; Fix string interpolation6628-fix-i18n
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/workbenches.fr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/workbenches.fr.yml b/config/locales/workbenches.fr.yml index f857bfcd1..1d97ab623 100644 --- a/config/locales/workbenches.fr.yml +++ b/config/locales/workbenches.fr.yml @@ -9,7 +9,7 @@ fr: referential_count: zero: "Aucun jeu de données dans cet espace de travail" one: "1 jeu de données dans cet espace de travail" - other: "#{count} jeux de données dans cet espace de travail" + other: "%{count} jeux de données dans cet espace de travail" index: title: "%{organisation} dashboard" offers: |
