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/pt-BR.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/pt-BR.yml')
-rw-r--r-- | config/locales/pt-BR.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index a66f23718..1cb7f2583 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1,5 +1,6 @@ pt-BR: # formatos de data e hora + direction: ltr date: formats: default: "%d/%m/%Y" |