From ce427feee43f437045285fda48b072fc0f9ae72e Mon Sep 17 00:00:00 2001 From: jeffser Date: Mon, 20 May 2024 16:06:04 -0600 Subject: [PATCH] Added myself to the credits as the spanish translator --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 13c6dc0..b17c89f 100644 --- a/src/main.py +++ b/src/main.py @@ -51,7 +51,7 @@ class AlpacaApplication(Adw.Application): version='0.5.1', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com'], - translator_credits='Alex K (Russian) https://github.com/alexkdeveloper', + translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com', copyright='© 2024 Jeffser', issue_url='https://github.com/Jeffser/Alpaca/issues') about.present(parent=self.props.active_window)