Feature #17570 » config_localse_r13333.patch
config/locales/zh.yml (working copy) | ||
---|---|---|
145 | 145 |
general_csv_separator: ',' |
146 | 146 |
general_csv_decimal_separator: '.' |
147 | 147 |
general_csv_encoding: gb18030 |
148 |
general_pdf_encoding: gb18030
|
|
148 |
general_pdf_encoding: UTF-8
|
|
149 | 149 |
general_first_day_of_week: '7' |
150 | 150 | |
151 | 151 |
notice_account_updated: 帐号更新成功 |
config/locales/zh-TW.yml (working copy) | ||
---|---|---|
225 | 225 |
general_csv_separator: ',' |
226 | 226 |
general_csv_decimal_separator: '.' |
227 | 227 |
general_csv_encoding: Big5 |
228 |
general_pdf_encoding: Big5
|
|
228 |
general_pdf_encoding: UTF-8
|
|
229 | 229 |
general_first_day_of_week: '7' |
230 | 230 | |
231 | 231 |
notice_account_updated: 帳戶更新資訊已儲存 |
config/locales/ko.yml (working copy) | ||
---|---|---|
188 | 188 |
general_csv_separator: ',' |
189 | 189 |
general_csv_decimal_separator: '.' |
190 | 190 |
general_csv_encoding: CP949 |
191 |
general_pdf_encoding: CP949
|
|
191 |
general_pdf_encoding: UTF-8
|
|
192 | 192 |
general_first_day_of_week: '7' |
193 | 193 | |
194 | 194 |
notice_account_updated: 계정이 성공적으로 변경되었습니다. |
config/locales/ja.yml (working copy) | ||
---|---|---|
162 | 162 |
general_csv_separator: ',' |
163 | 163 |
general_csv_decimal_separator: '.' |
164 | 164 |
general_csv_encoding: CP932 |
165 |
## Redmine 1.2.0 現在、この値によって、pdfの出力のフォントを切り替えています。 |
|
166 |
## CRuby では CP932 にしてください。 |
|
167 |
## JRuby 1.6.2 (ruby-1.8.7-p330) では、CP932 ですと |
|
168 |
## Iconv::InvalidEncoding例外が発生します。 |
|
169 |
## JRuby では、SJIS か Shift_JIS にしてください。 |
|
170 |
## ご存知の通り、CP932 と SJIS は別物ですが、 |
|
171 |
## そこまでの検証はしていません。 |
|
172 |
# general_pdf_encoding: SJIS |
|
173 |
general_pdf_encoding: CP932 |
|
165 |
general_pdf_encoding: UTF-8 |
|
174 | 166 |
general_first_day_of_week: '7' |
175 | 167 | |
176 | 168 |
notice_account_updated: アカウントが更新されました。 |
config/locales/th.yml (working copy) | ||
---|---|---|
139 | 139 |
general_csv_separator: ',' |
140 | 140 |
general_csv_decimal_separator: '.' |
141 | 141 |
general_csv_encoding: Windows-874 |
142 |
general_pdf_encoding: cp874
|
|
142 |
general_pdf_encoding: UTF-8
|
|
143 | 143 |
general_first_day_of_week: '1' |
144 | 144 | |
145 | 145 |
notice_account_updated: บัญชีได้ถูกปรับปรุงแล้ว. |