nevo / podchess

Automatically exported from code.google.com/p/podchess
GNU General Public License v3.0
0 stars 0 forks source link

localization support #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
localization support

Original issue reported on code.google.com by Sakur.de...@gmail.com on 28 Aug 2009 at 2:12

GoogleCodeExporter commented 9 years ago
Target this feature for v0.9 which is pre-production version before being 
submitted
to AppStore

Original comment by Sakur.de...@gmail.com on 21 Sep 2009 at 9:58

GoogleCodeExporter commented 9 years ago
v0.9 (with localization) is good enough for the 1st submission to AppleStore.
v1.0 (with Move Review/History) is for the 2nd submission.

Original comment by huypha...@gmail.com on 21 Sep 2009 at 2:11

GoogleCodeExporter commented 9 years ago
Let's me setup the framework first...

Original comment by huypha...@gmail.com on 23 Sep 2009 at 3:43

GoogleCodeExporter commented 9 years ago
Internationalization (i8n): Implement the first phase:
+ Move two UI files: "About" and "Settings" from the directory "Classes" to the 
parent project folder.
+ Add two languages: English and Chinese (zh).
+ Remove the unused Settings.bundle/en.lproj/Root.strings

More changes to come...

Original comment by huypha...@gmail.com on 23 Sep 2009 at 4:15

GoogleCodeExporter commented 9 years ago
- Rename "SETTING" to "SETTINGS" menu
- Rename "Generic Settings" to "General Settings".
- Localize the first-level menu window.

Original comment by huypha...@gmail.com on 27 Sep 2009 at 1:51

GoogleCodeExporter commented 9 years ago
Renaming items:
- Need to review all Chinese strings to make sure they are OK.
- Need to localize error/info/warning strings that are embedded directly inside 
the source code (*.m files).

Original comment by huypha...@gmail.com on 27 Sep 2009 at 1:57

GoogleCodeExporter commented 9 years ago
Localize all error/info/warning strings along with the "Menu" keyword.

Original comment by huypha...@gmail.com on 27 Sep 2009 at 3:02

GoogleCodeExporter commented 9 years ago
Can you review all Chinese strings to make sure they are OK?
(especially the one in the file .../zh.lproj/Localizable.strings).

Original comment by huypha...@gmail.com on 27 Sep 2009 at 3:04

GoogleCodeExporter commented 9 years ago
This is basically done.

Original comment by huypha...@gmail.com on 4 Oct 2009 at 2:22