Added myself to the credits as the spanish translator

This commit is contained in:
jeffser 2024-05-20 16:06:04 -06:00
parent 9c1f239f53
commit ce427feee4

View File

@ -51,7 +51,7 @@ class AlpacaApplication(Adw.Application):
version='0.5.1', version='0.5.1',
developers=['Jeffser https://jeffser.com'], developers=['Jeffser https://jeffser.com'],
designers=['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', copyright='© 2024 Jeffser',
issue_url='https://github.com/Jeffser/Alpaca/issues') issue_url='https://github.com/Jeffser/Alpaca/issues')
about.present(parent=self.props.active_window) about.present(parent=self.props.active_window)