From f40260608f40b961233af7de7876f6d4510f0ef2 Mon Sep 17 00:00:00 2001 From: jeffser Date: Mon, 22 Jul 2024 20:21:37 -0600 Subject: [PATCH] Added credits to simplified chinese translator --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 501ae2c..30a6bd7 100644 --- a/src/main.py +++ b/src/main.py @@ -56,7 +56,7 @@ class AlpacaApplication(Adw.Application): version=self.version, developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com', 'Tobias Bernard (App Icon) https://tobiasbernard.com/'], - translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein\nLouis Chauvet-Villaret (French) https://github.com/loulou64490\nCounterFlow64 (Norwegian) https://github.com/CounterFlow64\nAritra Saha (Bengali) https://github.com/olumolu', + translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein\nLouis Chauvet-Villaret (French) https://github.com/loulou64490\nCounterFlow64 (Norwegian) https://github.com/CounterFlow64\nAritra Saha (Bengali) https://github.com/olumolu\nYuehao Sui (Simplified Chinese) https://github.com/8ar10der', copyright='© 2024 Jeffser\n© 2024 Ollama', issue_url='https://github.com/Jeffser/Alpaca/issues', license_type=3,