From 958515b9e092e5ba3a656c2c13895d99b9de0fb5 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 30 Dec 2025 22:52:07 +0800 Subject: [PATCH] add new translation contributor --- README.md | 1 + contributors.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b453455..2445568d 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Currently available translations: | nl | Nederlands | [@automagics](https://github.com/automagics) | | pt-BR | Português (Brasil) | [@thecodergus](https://github.com/thecodergus) | | ru | Русский | [@artegoser](https://github.com/artegoser) | +| sl | Slovenščina | [@thehijacker](https://github.com/thehijacker) | | th | ไทย | [@natthavat28](https://github.com/natthavat28) | | tr | Türkçe | [@aydnykn](https://github.com/aydnykn) | | uk | Українська | [@nktlitvinenko](https://github.com/nktlitvinenko) | diff --git a/contributors.json b/contributors.json index 8a5a3e15..61b897b0 100644 --- a/contributors.json +++ b/contributors.json @@ -41,6 +41,9 @@ "ru": [ "artegoser" ], + "sl": [ + "thehijacker" + ], "th": [ "natthavat28" ],