From c8cd444a713f6fc682a43c8b546853c944ac1504 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sat, 14 Feb 2026 14:09:47 +0100 Subject: [PATCH] Translated using Weblate (Albanian) Currently translated at 1.0% (3 of 300 strings) Added translation using Weblate (Albanian) Translated using Weblate (Hungarian) Currently translated at 100.0% (300 of 300 strings) Co-authored-by: Hosted Weblate Co-authored-by: Ndricim Jaho Co-authored-by: bekdan1988 Translate-URL: https://hosted.weblate.org/projects/splitpro/common/hu/ Translate-URL: https://hosted.weblate.org/projects/splitpro/common/sq/ Translation: SplitPro/Common --- public/locales/hu/common.json | 2 +- public/locales/sq/common.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 public/locales/sq/common.json diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index b3da27e0..e6eddeb4 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -94,7 +94,7 @@ "owner": "Tulajdonos", "you": "Te", "you_accusativus": "Téged", - "you_dativus": "Te" + "you_dativus": "Neked" }, "auth": { "continue_with": "Folytatás ezzel: {{provider}}", diff --git a/public/locales/sq/common.json b/public/locales/sq/common.json new file mode 100644 index 00000000..8d611f63 --- /dev/null +++ b/public/locales/sq/common.json @@ -0,0 +1,11 @@ +{ + "account": { + "change_language": "Ndrysho Gjuhën", + "change_language_details": { + "messages": { + "language_changed": "Gjuha u ndryshua me sukses" + }, + "placeholder": "Zgjidhni gjuhën" + } + } +}