From 75aadc706c563599a725fb62dc38b553824caac7 Mon Sep 17 00:00:00 2001 From: NaviMen <63067478+NaviMen@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:02:55 +0200 Subject: [PATCH] Add Ukrainian credit to the about model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ​Hi! I have contributed to the Ukrainian translation and would like to be added to the translators list in the "About" section. --- lib/solaar/ui/about/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/solaar/ui/about/model.py b/lib/solaar/ui/about/model.py index aca31e08..e2514b11 100644 --- a/lib/solaar/ui/about/model.py +++ b/lib/solaar/ui/about/model.py @@ -56,6 +56,7 @@ class AboutModel: "El Jinete Sin Cabeza (Español)", "Ferdina Kusumah (Indonesia)", "John Erling Blad (Norwegian Bokmål, Norwegian Nynorsk)", + "Oleksandr Afanasiev (Ukrainian)", ] def get_credit_sections(self) -> List[Tuple[str, List[str]]]: