Changeset 37685 for lang/objective-cplusplus
- Timestamp:
- 05/22/10 21:02:51 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/tests/TestNLS.cc
r37684 r37685 234 234 #endif 235 235 236 QT_CHECK_NOT_EQUAL(set_locale("da_DK"), -1);236 set_locale("da_DK"); 237 237 check_translation("Hello, world!", _T("Hej verden!")); 238 238 239 #if MIL_ OS_UNIX|| defined(UNICODE)240 QT_CHECK_NOT_EQUAL(set_locale("ja_JP"), -1);239 #if MIL_GUI_COCOA || defined(UNICODE) 240 set_locale("ja_JP"); 241 241 check_translation("Hello, world!", hello_world_ja); 242 242 #endif 243 243 244 QT_CHECK_NOT_EQUAL(set_locale("lv_LV"), -1);244 set_locale("lv_LV"); 245 245 check_translation("Hello, world!", _T("Sveika, pasaule!")); 246 246 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)