diff options
| author | Xinhui | 2017-11-23 16:53:39 +0100 |
|---|---|---|
| committer | Xinhui | 2017-11-28 12:21:33 +0100 |
| commit | 6b596dbbcb2d1ff02b3e6579585729ee7f54cfdf (patch) | |
| tree | 26408872aa67442498d0e062d48e9ee85172830e /config | |
| parent | 6820faf7849ff704c55cde29c8b2efc320ff63d7 (diff) | |
| download | chouette-core-6b596dbbcb2d1ff02b3e6579585729ee7f54cfdf.tar.bz2 | |
Display last_editor
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/en.yml | 1 | ||||
| -rw-r--r-- | config/locales/fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index b65484bc2..58259a1d4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -48,6 +48,7 @@ en: format: "%{message}" last_update: 'Last update on<br>%{time}' + whodunnit: 'By %{author}' last_sync: 'Last sync on %{time}' validity_range: '%{debut} > %{end}' bounding_dates: '%{debut} > %{end}' diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 49e41a570..98231787f 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -48,6 +48,7 @@ fr: format: "%{message}" last_update: 'Dernière mise à jour<br>le %{time}' + whodunnit: 'Par %{author}' last_sync: 'Dernière mise à jour le %{time}' validity_range: '%{debut} > %{end}' bounding_dates: '%{debut} > %{end}' |
