mannyzhou5 / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

Internationalization support #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I extracted all strings from the GUI part of the application into a properties 
file for a ResourceBundle.  So, to translate the application into a different 
language, like German, you just need to create a file called 
"messages_de.properties" with the necessary translations and any German user 
who runs the application will automatically be shown the German strings.

I thought about doing the same for the rest of the application, but there are a 
LOT of strings, so I'd rather wait to see how much you like this idea first.

All the files in the attached ZIP should go in the "com.fray.evo.ui.swingx" 
package

Original issue reported on code.google.com by mike.angstadt on 3 Nov 2010 at 1:11

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Frit...@gmail.com on 6 Nov 2010 at 1:25

GoogleCodeExporter commented 9 years ago
Fixed in r109

Original comment by mike.angstadt on 10 Nov 2010 at 2:30

GoogleCodeExporter commented 9 years ago
Issue 89 has been merged into this issue.

Original comment by mike.angstadt on 10 Nov 2010 at 5:44