Skip to content

Commit

Permalink
README: remove translation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjdskes committed Sep 3, 2018
1 parent 0d47e64 commit 324689d
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down

0 comments on commit 324689d

Please sign in to comment.