aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLuc Donnet2015-01-16 15:42:05 +0100
committerLuc Donnet2015-01-16 15:42:05 +0100
commit0ee28dc54b2beeada5d86648c5897e2ea6f25c7e (patch)
treeddaacc3bec7cf3f94a63547184349b4bc57e5720 /config
parentf5e6f88ec697dad200aae07246caa796680cfd9f (diff)
downloadchouette-core-0ee28dc54b2beeada5d86648c5897e2ea6f25c7e.tar.bz2
Fix format hour for vehicle journeys
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml5
-rw-r--r--config/locales/fr.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
new file mode 100644
index 000000000..54c288773
--- /dev/null
+++ b/config/locales/en.yml
@@ -0,0 +1,5 @@
+en:
+ time:
+ formats:
+ hour: "%Hh%M"
+ minute: "%M min" \ No newline at end of file
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
new file mode 100644
index 000000000..8ccfaacbf
--- /dev/null
+++ b/config/locales/fr.yml
@@ -0,0 +1,5 @@
+fr:
+ time:
+ formats:
+ hour: "%Hh%M"
+ minute: "%M min" \ No newline at end of file