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/hu.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/hu.yml')
-rw-r--r-- | config/locales/hu.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 088027f1a..8c1a1bb4c 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -6,6 +6,7 @@ # updated by Gábor Takács (taky77@gmail.com) "hu": + direction: ltr date: formats: default: "%Y.%m.%d." |