Skip to content

Commit

Permalink
Gcolor3 has moved to GNOME's GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjdskes committed Sep 3, 2018
1 parent 6466ea8 commit 96bcf20
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,32 @@ New translations are always welcome! To do so, simply follow these steps:

Where `xx` is the code of your language (e.g. `nl` for Dutch or `en_GB` for
British English). Edit the
[LINGUAS](https://github.com/Hjdskes/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!
[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 [GitHub][github] or send me
the file via [email](mailto:[email protected]).
When you are done translating, either make a pull request on [GitLab][gitlab]
or send me the file via [email](mailto:[email protected]).

Bugs
----

For any bug or request, please [create an
issue](https://github.com/Hjdskes/gcolor3/issues/new) on [GitHub][github].
issue](https://gitlab.gnome.org/World/gcolor3/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=)
on [GitLab][gitlab].

License
-------

Please see [LICENSE](https://github.com/Hjdskes/gcolor3/blob/master/LICENSE) on [GitHub][github].
Please see [LICENSE](https://gitlab.gnome.org/World/gcolor3/blob/master/LICENSE) on [GitLab][gitlab].

**Copyright © 2013 - 2018** Jente Hidskes <[email protected]>

[github]: https://github.com/Hjdskes/gcolor3
[gitlab]: https://gitlab.gnome.org/World/gcolor3

2 changes: 1 addition & 1 deletion data/gcolor3.1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Your saved color are stored in this file
prints the last selected color to stdout in hex format on exit.
.
.SH BUGS
For any bugs or feature requests, please create an issue on GitHub at https://github.com/kjdskes/gcolor3/issues
For any bugs or feature requests, please create an issue on GitLab at https://gitlab.gnome.org/World/gcolor3/issues
.
.SH AUTHORS
Jente Hidskes and contributors
6 changes: 3 additions & 3 deletions data/nl.hjdskes.gcolor3.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</screenshot>
</screenshots>
<url type="homepage">https://hjdskes.github.io/projects/gcolor3/</url>
<url type="bugtracker">https://github.com/Hjdskes/gcolor3/issues</url>
<url type="help">https://github.com/Hjdskes/gcolor3/issues</url>
<url type="bugtracker">https://gitlab.gnome.org/World/gcolor3/issues</url>
<url type="help">https://gitlab.gnome.org/World/gcolor3/issues</url>
<!-- Translators: please do NOT translate this. -->
<developer_name>Jente Hidskes</developer_name>
<update_contact>hjdskes_at_gmail.com</update_contact>
Expand Down Expand Up @@ -78,7 +78,7 @@
<li>Make the main window resizable;</li>
<li>Translation updates.</li>
</ul>
For more information, see the release notes on Gcolor3's GitHub page.
For more information, see the release notes on Gcolor3's GitLab page.
</p>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion nl.hjdskes.gcolor3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sources": [
{
"type": "git",
"url": "git://github.com/Hjdskes/gcolor3.git"
"url": "https://gitlab.gnome.org/World/gcolor3.git"
}
]
}
Expand Down

0 comments on commit 96bcf20

Please sign in to comment.