feat(translator-tools): add locale review and glossary workflow

This commit is contained in:
2026-09-02 21:39:02 +02:00
parent 5e962ff0f3
commit 655797c4fe
32 changed files with 2084 additions and 2192 deletions
+7 -6
View File
@@ -1,16 +1,16 @@
{
"name": "text-tools",
"version": "0.2.0",
"description": "Transform and inspect plain text locally in the browser.",
"name": "translator-tools",
"version": "0.1.0",
"description": "Review and translate i18next-like JSON language files locally.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/lotobo/text-tools.git"
"url": "git+https://git.add-ideas.de/lotobo/translator-tools.git"
},
"homepage": "https://git.add-ideas.de/lotobo/text-tools",
"homepage": "https://git.add-ideas.de/lotobo/translator-tools",
"bugs": {
"url": "https://git.add-ideas.de/lotobo/text-tools/issues"
"url": "https://git.add-ideas.de/lotobo/translator-tools/issues"
},
"private": true,
"type": "module",
@@ -42,6 +42,7 @@
"@add-ideas/toolbox-contract": "0.3.0",
"@add-ideas/toolbox-helpers": "0.2.0",
"@add-ideas/toolbox-shell-react": "0.3.0",
"json5": "^2.2.3",
"react": "19.2.8",
"react-dom": "19.2.8"
},