mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 17:46:45 +05:30
feat: Update workspace and translation files (main)
This commit includes the following changes: - Updated the workspace configuration in .idea/workspace.xml to reflect the recent npm script execution. - Modified the English translation file (translation.json) by reordering the "navbar" keys.
This commit is contained in:
parent
f0e78e5cd4
commit
409f2cb0f9
2 changed files with 4 additions and 4 deletions
4
.idea/workspace.xml
generated
4
.idea/workspace.xml
generated
|
|
@ -464,7 +464,7 @@
|
||||||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\pages\categories" />
|
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\pages\categories" />
|
||||||
</key>
|
</key>
|
||||||
</component>
|
</component>
|
||||||
<component name="RunManager" selected="npm.dev">
|
<component name="RunManager" selected="npm.i18n:sync">
|
||||||
<configuration default="true" type="docker-deploy" factoryName="dockerfile" temporary="true">
|
<configuration default="true" type="docker-deploy" factoryName="dockerfile" temporary="true">
|
||||||
<deployment type="dockerfile">
|
<deployment type="dockerfile">
|
||||||
<settings />
|
<settings />
|
||||||
|
|
@ -535,11 +535,11 @@
|
||||||
</list>
|
</list>
|
||||||
<recent_temporary>
|
<recent_temporary>
|
||||||
<list>
|
<list>
|
||||||
|
<item itemvalue="npm.i18n:sync" />
|
||||||
<item itemvalue="npm.dev" />
|
<item itemvalue="npm.dev" />
|
||||||
<item itemvalue="npm.test:e2e" />
|
<item itemvalue="npm.test:e2e" />
|
||||||
<item itemvalue="npm.test" />
|
<item itemvalue="npm.test" />
|
||||||
<item itemvalue="npm.typecheck" />
|
<item itemvalue="npm.typecheck" />
|
||||||
<item itemvalue="npm.i18n:sync" />
|
|
||||||
</list>
|
</list>
|
||||||
</recent_temporary>
|
</recent_temporary>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
||||||
|
|
@ -121,9 +121,9 @@
|
||||||
},
|
},
|
||||||
"navbar": {
|
"navbar": {
|
||||||
"buyMeACoffee": "Buy me a coffee",
|
"buyMeACoffee": "Buy me a coffee",
|
||||||
|
"hireMe": "Hire me",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"tools": "Tools",
|
"tools": "Tools"
|
||||||
"hireMe": "Hire me"
|
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
"generate": {
|
"generate": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue