From 2029cd5cd2dc8ad880f4add8cf9971f2e205bc11 Mon Sep 17 00:00:00 2001 From: jeffser Date: Wed, 7 Aug 2024 21:37:32 -0600 Subject: [PATCH] Added Hindi credits --- po/hi.po | 4 ++-- src/main.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/po/hi.po b/po/hi.po index 51e3347..df80e5a 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,7 +1,7 @@ # Hindi translations for Alpaca package. # Copyright (C) 2024 Jeffser # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , 2024. +# aritra saha , 2024. # msgid "" msgstr "" @@ -9,7 +9,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-07 21:26-0600\n" "PO-Revision-Date: 2024-08-07 HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"Last-Translator: aritra saha \n" "Language-Team: Hindi\n" "Language: hi\n" "MIME-Version: 1.0\n" diff --git a/src/main.py b/src/main.py index 5cc8a29..27d2a69 100644 --- a/src/main.py +++ b/src/main.py @@ -43,7 +43,8 @@ translators = [ 'CounterFlow64 (Norwegian) https://github.com/CounterFlow64', 'Aritra Saha (Bengali) https://github.com/olumolu', 'Yuehao Sui (Simplified Chinese) https://github.com/8ar10der', - 'Aleksana (Simplified Chinese) https://github.com/Aleksanaa' + 'Aleksana (Simplified Chinese) https://github.com/Aleksanaa', + 'Aritra Saha (Hindi) https://github.com/olumolu' ] class AlpacaApplication(Adw.Application):