[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:
Matthias Kupfer 2011-06-19 22:11:42 +00:00
parent ae5018a9dd
commit 68234347d8
3 changed files with 1 additions and 5 deletions

View file

@ -730,5 +730,3 @@ BEGIN
IDS_WEIGHT_TONS_UK "Tone (Marea Britanie)"
IDS_WEIGHT_TONS_US "Tone (SUA)"
END
#pragma code_page(default)

View file

@ -4,8 +4,6 @@
* By: Song Fuchang (0xfc) <sfc_0@yahoo.com.cn>
*/
#pragma code_page(65001)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
// Dialog

View file

@ -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"