jchambers / pushy-console

A simple GUI app for sending APNs (iOS/macOS/Safari) push notifications
MIT License
53 stars 18 forks source link

#19 Copy _en.properties as default language #22

Open coelle opened 5 years ago

coelle commented 5 years ago

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.

jchambers commented 5 years ago

The symlink solution might raise issues.

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

coelle commented 5 years ago

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.

jeham commented 3 years ago

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