-
Notifications
You must be signed in to change notification settings - Fork 325
Translations
darkxst edited this page Sep 21, 2012
·
3 revisions
We rely on user contributions for translations, if you would like to help out providing a translation, then this is how.
- To update an existing translation, just grab the .po file and fill out any missing strings. You can use
poedit
to make it easy to edit po files. - For a new translation run
msginit -i system-monitor-applet.pot
to create an empty .po file, then fill out the strings. - To test your new translations run
msgfmt YOUR_system-monitor.po -o ~/.local/share/gnome-shell/extensions/[email protected]/YOUR_LANGUAGE/LC_MESSAGES/system-monitor-applet.mo
- Open a pull request (or file a new issue) with your translation.