diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-10 01:55:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-10 01:55:58 +0000 |
commit | 003460e77a34e104035955ce1815bddd2036654d (patch) | |
tree | 485d843f306ac5c3c70b45dfd118412e7bcde129 /config/locales | |
parent | 740051b769efefb4c155bbe99adb597b22a1ee86 (diff) | |
download | redmine-003460e77a34e104035955ce1815bddd2036654d.tar.gz redmine-003460e77a34e104035955ce1815bddd2036654d.zip |
PDF: change "utf8" of general_pdf_encoding to "UTF-8" in bs.yml and hr.yml (#61).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5378 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/bs.yml | 2 | ||||
-rw-r--r-- | config/locales/hr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 8fe12e16d..cfa5b49a5 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -146,7 +146,7 @@ bs: general_csv_separator: ',' general_csv_decimal_separator: '.' general_csv_encoding: utf8 - general_pdf_encoding: utf8 + general_pdf_encoding: UTF-8 general_first_day_of_week: '7' notice_account_activated: Vaš nalog je aktiviran. Možete se prijaviti. diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 61cfe4631..c8f688db3 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -133,7 +133,7 @@ hr: general_csv_separator: ',' general_csv_decimal_separator: '.' general_csv_encoding: utf8 - general_pdf_encoding: utf8 + general_pdf_encoding: UTF-8 general_first_day_of_week: '7' notice_account_updated: Vaš profil je uspješno promijenjen. |