-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: remove translation instructions
- Loading branch information
Showing
1 changed file
with
0 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,33 +21,6 @@ following commands to build and install Gcolor3: | |
$ ninja -C build | ||
# ninja -C build install | ||
|
||
Translations | ||
------------ | ||
|
||
You can help translating Gcolor3 to your own language! Currently, Gcolor3 is | ||
available in over 10 languages. | ||
|
||
New translations are always welcome! To do so, simply follow these steps: | ||
|
||
$ meson build | ||
$ ninja -C build gcolor3-pot | ||
$ mv po/Gcolor3.pot po/xx.po | ||
|
||
Where `xx` is the code of your language (e.g. `nl` for Dutch or `en_GB` for | ||
British English). Edit the | ||
[LINGUAS](https://gitlab.gnome.org/World/gcolor3/blob/master/po/LINGUAS) file | ||
and add your language code. Please keep the list sorted alphabetically. Lastly, | ||
open the `.po` file you just generated and translate all the strings. Don't | ||
forget to fill in the information in the header! | ||
|
||
When a translation needs updating, execute the following commands: | ||
|
||
$ meson build | ||
$ ninja -C build gcolor3-update-po | ||
|
||
When you are done translating, either make a pull request on [GitLab][gitlab] | ||
or send me the file via [email](mailto:[email protected]). | ||
|
||
Bugs | ||
---- | ||
|
||
|