From 7bdbd875b8d0443818b56a4bad41802a28cc7556 Mon Sep 17 00:00:00 2001 From: jeffser Date: Thu, 4 Jul 2024 18:25:00 -0600 Subject: [PATCH] Added credits for Norwegian translation --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index cd3e548..1ba5e00 100644 --- a/src/main.py +++ b/src/main.py @@ -50,7 +50,7 @@ class AlpacaApplication(Adw.Application): version='0.9.6.1', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.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', + 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', copyright='© 2024 Jeffser\n© 2024 Ollama', issue_url='https://github.com/Jeffser/Alpaca/issues') about.present(parent=self.props.active_window)