fix(i18n): Correct "hireMe" translation in navbar (main)

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
parent 958b9b8cd8
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"
},