How to translate VisiCut - t-oster/VisiCut GitHub Wiki
- Get the latest and greatest source of VisiCut from Git:
git clone --recursive git://github.com/t-oster/VisiCut.git
-
Look for files named
XXXX_de_DE.propertiesin folders likesrc/com/t_oster/visicut/gui/resourcesandsrc/com/t_oster/visicut/gui/beans/resources. -
Copy each file to a file ending with your locale, e.g.:
MainView_de_DE.properties->MainView_nl_NL.properties, open it in your favorite text-editor and translate everything on the right side of the "=" sign -
(optional) Test your translation by running:
ant jarandjava -jar dist/VisiCut.jar -
Submit your translation by either mailing me the files to thomas.oster at rwth-aachen.de, or create a fork and a pull request on GitHub (see Development: Getting started for more details on pull-requests).