pushy-console icon indicating copy to clipboard operation
pushy-console copied to clipboard

#19 Copy _en.properties as default language

Open coelle opened this issue 5 years ago • 3 comments

The symlink solution might raise issues. It seems better to copy the pushy-console_en.properties file to pushy-console.properties during the process-resources phase of maven.

coelle avatar May 01 '19 05:05 coelle

The symlink solution might raise issues.

So we can all benefit from your research, can you say more about why that's the case?

jchambers avatar May 13 '19 02:05 jchambers

As far as I know the java.util.jar.* classes do not fully implement symbolic links. You can use and address them in the normal filesystem but not in JAR files.

coelle avatar May 14 '19 20:05 coelle

Just rename the property file (remove the _en suffix). The app won't start on a non-english system otherwise.

jeham avatar Nov 09 '20 18:11 jeham