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
Even better, Clone the project and add the locale for your language directly into the code.
You need to add a locale in the "webext/_locales" directory and "app/SysTray-X/SysTray-X-app/languages" directory.
For the Qt part add the locale first to the SysTray-X-app.pro file at the TRANSLATIONS var. Then run
lupdate-qt5 SysTray-X-app.pro
to generate the .ts file in the languages directory.
Now you can run
linguist-qt5
Find and load your .ts file and fill in the blanks.
Save and Release the file and add then to the repo using
Hi all,
I really would like some help with the translations!
Please have a look at the english (or dutch) locale as example and post the messages file in this thread.
https://github.com/Ximi1970/systray-x/blob/develop/webext/_locales
https://github.com/Ximi1970/systray-x/blob/develop/webext/_locales/en_US/messages.json
Even better, Clone the project and add the locale for your language directly into the code.
You need to add a locale in the "webext/_locales" directory and "app/SysTray-X/SysTray-X-app/languages" directory.
For the Qt part add the locale first to the SysTray-X-app.pro file at the TRANSLATIONS var. Then run
to generate the .ts file in the languages directory.
Now you can run
Find and load your .ts file and fill in the blanks.
Save and Release the file and add then to the repo using
And do not forget to add your name to the "Contributers" list in the README.md 😃
Thank you!
The text was updated successfully, but these errors were encountered: