feat(i18n): enhance Mods page localization and documentation links

- Expanded Mods page localization with additional translations.
- Improved shared links for knowledge and workflow sections to facilitate better access to documentation across various languages.
This commit is contained in:
Marvin
2026-04-09 23:47:33 +02:00
parent e587a04194
commit 67fc57d57e

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"i18n-ally.localesPaths": [
"i18n",
"src/i18n"
]
}