drewhannay / chess

A Java application for defining and playing chess variants
http://chesscrafter.com
36 stars 47 forks source link

Strings should be externalized for localization #1

Closed drewhannay closed 10 years ago

drewhannay commented 12 years ago

String literals should be moved to .properties files using the String Externalization tools in Eclipse. http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Fconcepts%2Fconcept-string-externalization.htm

drewhannay commented 12 years ago

This is gonna be a major task that will probably make life difficult for people doing UI work...I'm thinking we should hold off until the user interface is more solidified and then revisit this issue.

awolfe9 commented 10 years ago

Resolved in #125 . Closed?