mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
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:
@@ -122,7 +122,8 @@
|
||||
"navbar": {
|
||||
"buyMeACoffee": "Invítame a un café",
|
||||
"home": "Hogar",
|
||||
"tools": "Herramientas"
|
||||
"tools": "Herramientas",
|
||||
"hireMe": "Contrátame"
|
||||
},
|
||||
"number": {
|
||||
"generate": {
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
},
|
||||
"navbar": {
|
||||
"buyMeACoffee": "Offre-moi un café",
|
||||
"hireMe": "Contrátame",
|
||||
"hireMe": "Embauchez-moi",
|
||||
"home": "Maison",
|
||||
"tools": "Outils"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user