Skip to content

Commit 922b28c

Browse files
committed
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.
1 parent 958b9b8 commit 922b28c

3 files changed

Lines changed: 39 additions & 34 deletions

File tree

.idea/workspace.xml

Lines changed: 36 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/locales/es/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
"navbar": {
123123
"buyMeACoffee": "Invítame a un café",
124124
"home": "Hogar",
125-
"tools": "Herramientas"
125+
"tools": "Herramientas",
126+
"hireMe": "Contrátame"
126127
},
127128
"number": {
128129
"generate": {

public/locales/fr/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
},
122122
"navbar": {
123123
"buyMeACoffee": "Offre-moi un café",
124-
"hireMe": "Contrátame",
124+
"hireMe": "Embauchez-moi",
125125
"home": "Maison",
126126
"tools": "Outils"
127127
},

0 commit comments

Comments
 (0)