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" + } + } +}