forked from simon04/gnome-shell-extension-weather
-
Notifications
You must be signed in to change notification settings - Fork 142
Translate
Christian Louis Gabriel METZLER edited this page Jul 22, 2013
·
2 revisions
It's easy to translate the extension in your language !
- A GitHub account.
-
git
. -
seed
. -
poedit
. - Fork the project.
cd ~ && git clone [email protected]:YOUR_USERNAME/gnome-shell-extension-weather.git
cd ~/gnome-shell-extension-weather/po
seed update.js
-
Open the locale file for your language (each locale are named with ISO 639 standard. Example for french, fr.po) with poEdit.
-
Translate the file and save.
-
Update the po directory.
-
Send changes to your fork:
git add YOUR_LANGUAGE_IN_ISO_639.po git commit -m 'Update YOUR_LANGUAGE translation' git push
-
Open a new poEdit project using gnome-shell-extension-weather.pot and name it YOUR_LANGUAGE_IN_ISO_639.po
-
Translate and save.
-
Update the po directory.
-
Send changes to your fork:
git add YOUR_LANGUAGE_IN_ISO_639.po git commit -m 'Add YOUR_LANGUAGE translation' git push