From 5d89ccc729a795340edfd38245f6dccf8240c0dd Mon Sep 17 00:00:00 2001 From: Jeffser Date: Thu, 15 Aug 2024 23:38:27 -0600 Subject: [PATCH] Added Turkish credits --- src/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index de1565c..97be475 100644 --- a/src/main.py +++ b/src/main.py @@ -44,7 +44,8 @@ translators = [ 'Aritra Saha (Bengali) https://github.com/olumolu', 'Yuehao Sui (Simplified Chinese) https://github.com/8ar10der', 'Aleksana (Simplified Chinese) https://github.com/Aleksanaa', - 'Aritra Saha (Hindi) https://github.com/olumolu' + 'Aritra Saha (Hindi) https://github.com/olumolu', + 'YusaBecerikli (Turkish) https://github.com/YusaBecerikli' ] class AlpacaApplication(Adw.Application):