From 67fc57d57e748afca6ea0be3a8765ed4b320bb41 Mon Sep 17 00:00:00 2001 From: Marvin <52848568+mleem97@users.noreply.github.com> Date: Thu, 9 Apr 2026 23:47:33 +0200 Subject: [PATCH] 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. --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3b1a7b1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "i18n-ally.localesPaths": [ + "i18n", + "src/i18n" + ] +} \ No newline at end of file