mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-09 17:56:16 +05:30
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:
parent
958b9b8cd8
commit
922b28ce15
3 changed files with 39 additions and 34 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue