From fa86e7196f51a3e543134d6b347403b70aab4116 Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Wed, 13 Dec 2023 17:57:28 -0800 Subject: [PATCH] Add localization check --- .github/workflows/build.yml | 3 +++ .github/workflows/pr-check.yml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a155b5ebf98..eef409d03f2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -180,6 +180,9 @@ jobs: - name: Compile run: npx gulp prePublishNonBundle + - name: Localization + run: npx @vscode/l10n-dev@latest export ./src + - name: Install Python ${{ matrix.python }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index eb8cce0bce39..03eb9c0e1f04 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -155,6 +155,9 @@ jobs: - name: Compile run: npx gulp prePublishNonBundle + - name: Localization + run: npx @vscode/l10n-dev@latest export ./src + - name: Use Python ${{ matrix.python }} uses: actions/setup-python@v4 with: @@ -367,6 +370,9 @@ jobs: - name: Compile run: npx gulp prePublishNonBundle + - name: Localization + run: npx @vscode/l10n-dev@latest export ./src + - name: Use Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v4 with: