[GoogleAppEngine]编译问题-locale zh_CN

问题:
Can't find bundle for base name application, locale zh_CN

解决方案:

Issue resolved. The workaround is below:
1. Create a file named application_zh_CN.properties (or application_{DESIRED_LOCALE_NAME}.properties) at {PROJECT_NAME}/src where you should see application_en.properties and application_ja.properties
2. Put the localizations there, or just temporarily copy/paste the content from application_en.properties and add a line zh_CN=Simplified Chinese at the end of the file
3. Issue resolved.
 但会报出另一个问题:

java.lang.AssertionError: java.lang.NoSuchMethodExcept
er.startFinalizer(java.lang.Class, java.lang.Object)

posted @ 2014-06-06 09:49  It's_Lee  阅读(408)  评论(0编辑  收藏  举报