Jacob van Mourik

Results 22 comments of Jacob van Mourik

With this setting in Windows 10, it is opening a random number of terminals, sometimes 10 at once...

Thanks for you suggestions, will see what I can do 👍

That would be very welcome 👍

The application takes the system language as default. If you have checked out the project you can force a language in the Main class: `Locale.setDefault(new Locale("es"))`

@DiazMaxiM Not sure yet how undo/redo should work yet. Most of the time I think you might want to undo the addition of a translation or the removal of a...

@DiazMaxiM Like I said, I think the actions performed (adding translation, removing one etc) are the actions we want to undo/redo. Not entering a translation for a language itself (the...

Looks to me like something is got wrong with java. I assume you did try a restart of your pc?

Can you try to remove both the `.i18n-editor-metadata` file in your project folder and the `.i18n-editor` file in your windows user folder (these files are used for storing settings, maybe...

Thanks for reporting! 1. Currently the locale definition check is too strict. Will fix this in the next release. 2. This is probably because of the font used by the...

Dots in translation keys are preserved, this is by design. The dots are used to create a tree structure of the keys. so like `a.b` means b is a sub...