-
Notifications
You must be signed in to change notification settings - Fork 6
TRANSLATING
Matt Postiff edited this page Jun 17, 2019
·
4 revisions
To translate the interface of Bibledit-Desktop, do the following (example language is es=Espanol=Spanish):
- Install poedit. On Ubuntu:
sudo apt install poeditorsudo apt install potool - Copy bibledit-desktop/po/bibledit-desktop.pot (The extension stands for "portable object template.") to bibledit-desktop/po/es.po
- Open the file bibledit-desktop/po/es.po with poedit
- Make your translations in poedit. This is where all the work is. Save often.
- Save your work in poedit. It will automatically create a file called es.mo. (This stands for machine object.)
- Make sure the filename of the .mo file is bibledit-desktop.mo. You can do this when you copy the .mo file into /usr/share/locale/es/LC_MESSAGES. To do this:
cd bibledit-desktop/poandsudo cp es.mo /usr/share/locale/es/LC_MESSAGES/bibledit-desktop.mo - Test Bibledit-Desktop with this translation.
- Go back to step 3 to fix or improve your translation.
- Add 'es' in the file po/LINGUAS. This ensures that the proper language files are copied when 'make install' is run
Visit the web page for Bibledit-Desktop at bibleditdesktop.org