chore: i18n pull dutch

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-15 19:58:56 +01:00
parent e7ac590023
commit 54a5fd1757
17 changed files with 1518 additions and 42 deletions

49
.idea/workspace.xml generated
View File

@@ -4,16 +4,13 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="fix: broken translations">
<change afterPath="$PROJECT_DIR$/i18next-parser.config.mjs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/@types/i18n.d.ts" afterDir="false" />
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="fix: i18n tsc">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/Hero.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Hero.tsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/locales/en/translation.json" beforeDir="false" afterPath="$PROJECT_DIR$/public/locales/en/translation.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/ToolLayout.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/ToolLayout.tsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/i18n/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/i18n/index.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/pages/tools/number/generic-calc/index.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/pages/tools/number/generic-calc/index.tsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/tools/defineTool.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/tools/defineTool.tsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/tools/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/tools/index.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -346,7 +343,7 @@
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\pages\categories" />
</key>
</component>
<component name="RunManager" selected="npm.dev">
<component name="RunManager" selected="npm.i18n:pull">
<configuration name="generatePassword" type="JavaScriptTestRunnerVitest" temporary="true" nameIsGenerated="true">
<node-interpreter value="project" />
<vitest-package value="$PROJECT_DIR$/node_modules/vitest" />
@@ -379,21 +376,21 @@
</envs>
<method v="2" />
</configuration>
<configuration name="i18n:pull" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<configuration name="i18n:extract" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="i18n:pull" />
<script value="i18n:extract" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
<configuration name="i18n:push" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<configuration name="i18n:pull" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="i18n:push" />
<script value="i18n:pull" />
</scripts>
<node-interpreter value="project" />
<envs />
@@ -412,19 +409,19 @@
<method v="2" />
</configuration>
<list>
<item itemvalue="npm.i18n:extract" />
<item itemvalue="npm.i18n:pull" />
<item itemvalue="npm.i18n:push" />
<item itemvalue="npm.i18n:sync" />
<item itemvalue="npm.dev" />
<item itemvalue="Vitest.generatePassword" />
</list>
<recent_temporary>
<list>
<item itemvalue="npm.i18n:pull" />
<item itemvalue="npm.i18n:extract" />
<item itemvalue="npm.dev" />
<item itemvalue="npm.i18n:sync" />
<item itemvalue="Vitest.generatePassword" />
<item itemvalue="npm.i18n:push" />
<item itemvalue="npm.i18n:pull" />
</list>
</recent_temporary>
</component>
@@ -539,14 +536,6 @@
<workItem from="1752493585622" duration="11629000" />
<workItem from="1752507105323" duration="9008000" />
</task>
<task id="LOCAL-00193" summary="fix: add mkv to supported videos">
<option name="closed" value="true" />
<created>1745688369521</created>
<option name="number" value="00193" />
<option name="presentableId" value="LOCAL-00193" />
<option name="project" value="LOCAL" />
<updated>1745688369521</updated>
</task>
<task id="LOCAL-00194" summary="feat: drag and drop">
<option name="closed" value="true" />
<created>1745688866294</created>
@@ -931,7 +920,15 @@
<option name="project" value="LOCAL" />
<updated>1752601987121</updated>
</task>
<option name="localTasksCounter" value="242" />
<task id="LOCAL-00242" summary="fix: i18n tsc">
<option name="closed" value="true" />
<created>1752604958929</created>
<option name="number" value="00242" />
<option name="presentableId" value="LOCAL-00242" />
<option name="project" value="LOCAL" />
<updated>1752604958929</updated>
</task>
<option name="localTasksCounter" value="243" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -984,7 +981,6 @@
<MESSAGE value="refactor: PDF editor" />
<MESSAGE value="docs: edit pdf meta" />
<MESSAGE value="fix: misc" />
<MESSAGE value="fix: i18n tsc" />
<MESSAGE value="chore: locize upload" />
<MESSAGE value="chore: i18n in meta" />
<MESSAGE value="chore: add i18n to meta script" />
@@ -1003,7 +999,8 @@
<MESSAGE value="fix: i18n" />
<MESSAGE value="chore: remove prebuild" />
<MESSAGE value="fix: broken translations" />
<option name="LAST_COMMIT_MESSAGE" value="fix: broken translations" />
<MESSAGE value="fix: i18n tsc" />
<option name="LAST_COMMIT_MESSAGE" value="fix: i18n tsc" />
</component>
<component name="VgoProject">
<integration-enabled>false</integration-enabled>