From 1b2d769e853021e392ef617fdfcbfec2601bfd4d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 1 May 2025 21:21:40 +0300 Subject: [PATCH] chore(vs-code): i18n integration --- .gitignore | 7 ------- .../i18n-ally-custom-framework.yml | 0 .vscode/settings.json | 6 ++++++ _regroup/.vscode/i18n-ally-reviews.yml | 20 ------------------- 4 files changed, 6 insertions(+), 27 deletions(-) rename {_regroup/.vscode => .vscode}/i18n-ally-custom-framework.yml (100%) create mode 100644 .vscode/settings.json delete mode 100644 _regroup/.vscode/i18n-ally-reviews.yml diff --git a/.gitignore b/.gitignore index 5ca20fdbe..3d3468ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,13 +17,6 @@ node_modules .settings/ *.sublime-workspace -# IDE - VSCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json - # misc /.sass-cache /connect.lock diff --git a/_regroup/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml similarity index 100% rename from _regroup/.vscode/i18n-ally-custom-framework.yml rename to .vscode/i18n-ally-custom-framework.yml diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..48c8b94ac --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "i18n-ally.localesPaths": [ + "apps/server/src/assets/translations", + "apps/client/src/translations" + ] +} \ No newline at end of file diff --git a/_regroup/.vscode/i18n-ally-reviews.yml b/_regroup/.vscode/i18n-ally-reviews.yml deleted file mode 100644 index 83c9c9b0f..000000000 --- a/_regroup/.vscode/i18n-ally-reviews.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Review comments generated by i18n-ally. Please commit this file. - -reviews: - help.inPageSearch: - description: >- - Describes the shortcut which triggers a search within the current - page/note only - add_label.to_value: - locales: - fr: - comments: - - user: - name: Potjoe-97 - email: giann@LAPTOPT490-GF - id: QXec0JUoxfGmMlpch-B1S - comment: '' - suggestion: vers la valeur - type: request_change - time: '2024-10-15T16:57:06.188Z' - resolved: true