javalover520 / jsyntaxpane

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

I18N for GUI #159

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to properly localize the dialogs (e.g. ReplaceDialog or quick find) I 
extracted the formerly hardcoded English strings into a resource bundle.
(Basically I used NetBeans' "Internationalize..." feature to extract all 
relevant Strings to jsyntaxpane/Bundle.properties.)

I'll attach a patch file which contains the changes (and a German localization 
for the dialogs in Bundle_de.properties). All code changes and files are under 
Apache license and you can use them if your interested.

Original issue reported on code.google.com by martin.z...@consol.de on 19 Jul 2010 at 12:31

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch.  Looks okay to me.

Original comment by ayman.al...@gmail.com on 21 Jul 2010 at 6:59

GoogleCodeExporter commented 8 years ago
added to branch 0.9.6, r145

Original comment by ayman.al...@gmail.com on 21 Jul 2010 at 9:03

GoogleCodeExporter commented 8 years ago
Great, thanks :)

Original comment by martin.z...@consol.de on 21 Jul 2010 at 9:04