coolPrat / and-bookworm

Automatically exported from code.google.com/p/and-bookworm
0 stars 0 forks source link

i18n needed #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Entire app needs to be i18n'd. Right now it's English only and a lot of text 
is in code rather than resources (bad). 

Original issue reported on code.google.com by charlie....@gmail.com on 2 May 2010 at 3:42

GoogleCodeExporter commented 8 years ago
I got 70% of this done. All the activities now use non-hard coded strings from 
resources. Still TODO, the layouts refer to hard coded strings, and need to 
make the 
separate resources (values-en, values-fr, etc.). 

Original comment by charlie....@gmail.com on 2 May 2010 at 10:42

GoogleCodeExporter commented 8 years ago

Original comment by charlie....@gmail.com on 5 May 2010 at 1:11

GoogleCodeExporter commented 8 years ago
Done, java and xml hard coded strings all abstracted to strings.xml and 
referenced. 
Also, translated into Spanish, German, and French (from original English) via 
Google 
Translator (which means trans are probably not great, but better than nothing, 
will 
tweak as we go). 

Original comment by charlie....@gmail.com on 15 May 2010 at 7:06