fix(i18n): Correct "hireMe" translation in navbar (main)
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions

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.
This commit is contained in:
Ibrahima G. Coulibaly 2025-10-03 15:55:07 +01:00
commit 922b28ce15
3 changed files with 39 additions and 34 deletions

View file

@ -122,7 +122,8 @@
"navbar": {
"buyMeACoffee": "Invítame a un café",
"home": "Hogar",
"tools": "Herramientas"
"tools": "Herramientas",
"hireMe": "Contrátame"
},
"number": {
"generate": {

View file

@ -121,7 +121,7 @@
},
"navbar": {
"buyMeACoffee": "Offre-moi un café",
"hireMe": "Contrátame",
"hireMe": "Embauchez-moi",
"home": "Maison",
"tools": "Outils"
},