From 003460e77a34e104035955ce1815bddd2036654d 2011-04-10 01:55:58 From: Toshi MARUYAMA Date: 2011-04-10 01:55:58 Subject: [PATCH] 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 --- diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 8fe12e1..cfa5b49 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 61cfe46..c8f688d 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.