mirror of
https://github.com/redmine/redmine.git
synced 2026-03-14 00:20:45 +01:00
Fix that encoding drop-down in the import settings defaults to US-ASCII instead of general_csv_encoding in Thai (#36377).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21336 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -53,6 +53,7 @@ class Setting < ActiveRecord::Base
|
||||
windows-1257
|
||||
windows-1258
|
||||
windows-31j
|
||||
windows-874
|
||||
ISO-2022-JP
|
||||
ISO-8859-1
|
||||
ISO-8859-2
|
||||
|
||||
@@ -144,7 +144,7 @@ th:
|
||||
general_lang_name: 'Thai (ไทย)'
|
||||
general_csv_separator: ','
|
||||
general_csv_decimal_separator: '.'
|
||||
general_csv_encoding: Windows-874
|
||||
general_csv_encoding: windows-874
|
||||
general_pdf_fontname: freeserif
|
||||
general_pdf_monospaced_fontname: freeserif
|
||||
general_first_day_of_week: '1'
|
||||
|
||||
Reference in New Issue
Block a user