From 958b9b8cd81b1fd79e12683a4e94fedcc74f6e3f Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Fri, 3 Oct 2025 15:50:49 +0100 Subject: [PATCH] fix(i18n): Correct "hireMe" translation in navbar This commit corrects the translation of "hireMe" in the navigation bar across all supported languages. The order of the elements was also fixed to be consistent. --- public/locales/de/translation.json | 4 ++-- public/locales/fr/translation.json | 4 ++-- public/locales/hi/translation.json | 4 ++-- public/locales/ja/translation.json | 4 ++-- public/locales/nl/translation.json | 4 ++-- public/locales/pt/translation.json | 4 ++-- public/locales/ru/translation.json | 4 ++-- public/locales/zh/translation.json | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/public/locales/de/translation.json b/public/locales/de/translation.json index 5b13c9c..e907627 100644 --- a/public/locales/de/translation.json +++ b/public/locales/de/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "Kauf mir einen Kaffee", + "hireMe": "Stellen Sie mich ein", "home": "Heim", - "tools": "Werkzeuge", - "hireMe": "Stellen Sie mich ein" + "tools": "Werkzeuge" }, "number": { "generate": { diff --git a/public/locales/fr/translation.json b/public/locales/fr/translation.json index 339c976..bda22da 100644 --- a/public/locales/fr/translation.json +++ b/public/locales/fr/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "Offre-moi un café", + "hireMe": "Contrátame", "home": "Maison", - "tools": "Outils", - "hireMe": "Contrátame" + "tools": "Outils" }, "number": { "generate": { diff --git a/public/locales/hi/translation.json b/public/locales/hi/translation.json index 89de726..f30c7ee 100644 --- a/public/locales/hi/translation.json +++ b/public/locales/hi/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "मुझे कॉफी खरीदें", + "hireMe": "मुझे नौकरी दें", "home": "होम", - "tools": "टूल्स", - "hireMe": "मुझे नौकरी दें" + "tools": "टूल्स" }, "number": { "generate": { diff --git a/public/locales/ja/translation.json b/public/locales/ja/translation.json index e3325ea..4acaebc 100644 --- a/public/locales/ja/translation.json +++ b/public/locales/ja/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "コーヒーを買ってください", + "hireMe": "私を雇ってください", "home": "家", - "tools": "ツール", - "hireMe": "私を雇ってください" + "tools": "ツール" }, "number": { "generate": { diff --git a/public/locales/nl/translation.json b/public/locales/nl/translation.json index bc87287..b95d610 100644 --- a/public/locales/nl/translation.json +++ b/public/locales/nl/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "Koop me een koffie", + "hireMe": "Neem mij aan", "home": "Thuis", - "tools": "Hulpmiddelen", - "hireMe": "Neem mij aan" + "tools": "Hulpmiddelen" }, "number": { "generate": { diff --git a/public/locales/pt/translation.json b/public/locales/pt/translation.json index 95aca20..0dbf4be 100644 --- a/public/locales/pt/translation.json +++ b/public/locales/pt/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "Compre-me um café", + "hireMe": "Me contrate", "home": "Lar", - "tools": "Ferramentas", - "hireMe": "Me contrate" + "tools": "Ferramentas" }, "number": { "generate": { diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json index 48ea472..849bae2 100644 --- a/public/locales/ru/translation.json +++ b/public/locales/ru/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "Купи мне кофе", + "hireMe": "Нанимайте меня", "home": "Дом", - "tools": "Инструменты", - "hireMe": "Нанимайте меня" + "tools": "Инструменты" }, "number": { "generate": { diff --git a/public/locales/zh/translation.json b/public/locales/zh/translation.json index 3c7e5e3..ce34027 100644 --- a/public/locales/zh/translation.json +++ b/public/locales/zh/translation.json @@ -121,9 +121,9 @@ }, "navbar": { "buyMeACoffee": "请我喝杯咖啡", + "hireMe": "雇用我", "home": "家", - "tools": "工具", - "hireMe": "雇用我" + "tools": "工具" }, "number": { "generate": {