summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-27 11:42:46 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-27 11:42:46 +0100
commitd96593f72f45d8fa1c84205cd73ffd3e4e51d8e5 (patch)
treeb9b4baea85537c1d1213ff896a3f0433b2cb7b79 /config
parente758cec9a842e75abe0a26312c4d7d3e8530b84a (diff)
i18n display of the time.
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml3
-rw-r--r--config/locales/en.yml4
2 files changed, 5 insertions, 2 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 087a2d3..e82f513 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -193,4 +193,5 @@ de:
default: ! '%A, %d. %B %Y, %H:%M Uhr'
long: ! '%A, %d. %B %Y, %H:%M Uhr'
short: ! '%d. %B, %H:%M Uhr'
- pm: nachmittags \ No newline at end of file
+ pm: nachmittags
+ date_only: '%d.%m.%Y' \ No newline at end of file
diff --git a/config/locales/en.yml b/config/locales/en.yml
index dabe98d..4f29799 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -3,4 +3,6 @@ en:
dont_use_me: "NO ME USES!"
# Temporal, just till we create the Voice Mail stuff.
voice_mail: "Voice Mail"
- fax: "Fax" \ No newline at end of file
+ fax: "Fax"
+ time:
+ date_only: '%m.%d.%Y' \ No newline at end of file