From 1c9ce2a1176a0bfabe4132d4730cefd58f5a201f Mon Sep 17 00:00:00 2001 From: Marcel Margenberg <134931713+MehrzweckMandala@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:29:35 +0200 Subject: [PATCH] Update main.py (#269) Added Ukrainian & German Contributors --- src/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 97be475..7066681 100644 --- a/src/main.py +++ b/src/main.py @@ -45,7 +45,9 @@ translators = [ 'Yuehao Sui (Simplified Chinese) https://github.com/8ar10der', 'Aleksana (Simplified Chinese) https://github.com/Aleksanaa', 'Aritra Saha (Hindi) https://github.com/olumolu', - 'YusaBecerikli (Turkish) https://github.com/YusaBecerikli' + 'YusaBecerikli (Turkish) https://github.com/YusaBecerikli', + 'Simon (Ukrainian) https://github.com/OriginalSimon', + 'Marcel Margenberg (German) https://github.com/MehrzweckMandala' ] class AlpacaApplication(Adw.Application):