File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ jobs:
180180 - name : Compile
181181 run : npx gulp prePublishNonBundle
182182
183+ - name : Localization
184+ run : npx @vscode/l10n-dev@latest export ./src
185+
183186 - name : Install Python ${{ matrix.python }}
184187 uses : actions/setup-python@v4
185188 with :
Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ jobs:
155155 - name : Compile
156156 run : npx gulp prePublishNonBundle
157157
158+ - name : Localization
159+ run : npx @vscode/l10n-dev@latest export ./src
160+
158161 - name : Use Python ${{ matrix.python }}
159162 uses : actions/setup-python@v4
160163 with :
@@ -367,6 +370,9 @@ jobs:
367370 - name : Compile
368371 run : npx gulp prePublishNonBundle
369372
373+ - name : Localization
374+ run : npx @vscode/l10n-dev@latest export ./src
375+
370376 - name : Use Python ${{ env.PYTHON_VERSION }}
371377 uses : actions/setup-python@v4
372378 with :
You can’t perform that action at this time.
0 commit comments