You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put the jar in a folder, like "kouchat" (the name is not important).
Inside the new folder, create another new folder called "messages" (must be this exact name). The folder "kouchat" should now contain the jar and the folder "messages".
In the folder "messages", create an empty file called "swing_ru_orig.properties"
In the properties file, add the line "swing.menu.file=Файл"
Convert the properties file to the correct format using native2ascii. Run this command from the "kouchat" folder:
I'm not sure if native2ascii is part of the Java Runtime (JRE). You might need to download the Java JDK to get it. If the characters look wrong in step 7, try experimenting with the -encoding parameter of native2ascii, documented here: http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/native2ascii.html
You probably don't need to use "-Duser.language=ru" if the operating system is configured to Russian by default. On Windows the -cp parameter will be "-cp .;kouchat-1.3.0-SNAPSHOT.jar" instead.
Mnemonic are shortcut keys, for navigating to menu elements using the keyboard. Like alt+"mnemonic key". {0} and other numbers are parameters being passed from code into the messages.
Add support for translating the user interface into different languages.
The text was updated successfully, but these errors were encountered: