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
Workrave uses GNU gettext for dealing with translations. Translating Workrave boils down to providing a translated text for each and every English text used in Workrave. All of the texts to be translated are listed in one file (.po). For each text you need to provide the translation by inserting it in that very same .po file. Translating can be a very tedious job. Luckily there is tooling available to help you. For example, for GNU/Linux, there is kbabel, gtranslator and many others. For Windows, there is poEdit. And for GNU/Emacs, there is the excellent M-x po-mode. So first, you will have to pick any of the above tools, depending on the platform you are working on. Install that tool first, and get acquainted with it. From that point on, you can start translating using the .po files.
I would like to translate the program to Arabic (a right-to-left language). Which i18n file do I need to edit?
The text was updated successfully, but these errors were encountered: