mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[TRANSLATIONS] fix the code_page-#pragma issue for Chinese
- add Chinese to UTF-8 section - remove default #pragma at end of Romanian file svn path=/trunk/; revision=52375
This commit is contained in:
parent
ae5018a9dd
commit
68234347d8
3 changed files with 1 additions and 5 deletions
|
@ -730,5 +730,3 @@ BEGIN
|
|||
IDS_WEIGHT_TONS_UK "Tone (Marea Britanie)"
|
||||
IDS_WEIGHT_TONS_US "Tone (SUA)"
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
* By: Song Fuchang (0xfc) <sfc_0@yahoo.com.cn>
|
||||
*/
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
|
||||
|
||||
// Dialog
|
||||
|
|
|
@ -59,7 +59,6 @@ IDB_BITMAP_ROS BITMAP DISCARDABLE "res/ROS_logo.bmp"
|
|||
#include "lang/sk-SK.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/th-TH.rc"
|
||||
#include "lang/zh-CN.rc"
|
||||
|
||||
|
||||
// UTF-8
|
||||
|
@ -68,3 +67,4 @@ IDB_BITMAP_ROS BITMAP DISCARDABLE "res/ROS_logo.bmp"
|
|||
#include "lang/ro-RO.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
#include "lang/zh-CN.rc"
|
||||
|
|
Loading…
Reference in a new issue