diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-08-19 16:57:44 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-08-19 16:57:44 +0000 |
commit | 57372d9d8e8ce54eb1b6a5ed21b4cb0b3f29c69a (patch) | |
tree | 6ce4f8e00b57ca1c9093270a2a7b457ccd010772 /config/locales/id.yml | |
parent | eefb36177dfb3e5759bf4916cff511fa70f93fea (diff) | |
download | redmine-57372d9d8e8ce54eb1b6a5ed21b4cb0b3f29c69a.tar.gz redmine-57372d9d8e8ce54eb1b6a5ed21b4cb0b3f29c69a.zip |
Real RTL-theme support in locales (#6012)
Now each locale-file have direction string (ltr - left-to-right - by default).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4005 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/id.yml')
-rw-r--r-- | config/locales/id.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/id.yml b/config/locales/id.yml index ec6688e5d..7ea96f5ac 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -2,6 +2,7 @@ # by Raden Prabowo (cakbowo@gmail.com) id: + direction: ltr date: formats: default: "%d-%m-%Y" |