mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Update translation link
This commit is contained in:
parent
af5649abee
commit
1ec8a0fa66
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ The application is built using Python3, Gtk 3, GLib and other GNOME technologies
|
|||
|
||||
## If you're a translator
|
||||
|
||||
You can translate Authenticator here: https://hosted.weblate.org/engage/authenticator/
|
||||
You can translate Authenticator here: https://l10n.gnome.org/module/authenticator/
|
||||
|
||||
## If you're a developer
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</screenshots>
|
||||
<url type="homepage">https://gitlab.gnome.org/World/Authenticator</url>
|
||||
<url type="bugtracker">https://gitlab.gnome.org/World/Authenticator/issues</url>
|
||||
<url type="translate">https://hosted.weblate.org/projects/authenticator/translation/</url>
|
||||
<url type="translate">https://l10n.gnome.org/module/authenticator/</url>
|
||||
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
||||
<content_rating type="oars-1.0" />
|
||||
<releases>
|
||||
|
|
|
@ -196,8 +196,8 @@ class Application(Gtk.Application):
|
|||
self.set_property("is-locked", True)
|
||||
|
||||
def __on_donate(self, *_):
|
||||
paypal_url = "https://www.paypal.me/BilalELMoussaoui"
|
||||
Gio.app_info_launch_default_for_uri(paypal_url)
|
||||
librepay_url = "https://liberapay.com/bielmoussaoui"
|
||||
Gio.app_info_launch_default_for_uri(librepay_url)
|
||||
|
||||
@staticmethod
|
||||
def __on_about(*_):
|
||||
|
|
Loading…
Add table
Reference in a new issue