Skip to content

Commit

Permalink
show generated output as seen by next step
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWone committed Mar 9, 2024
1 parent 4d0f9fb commit d6e3d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

- name: Extract localisable strings from app
run: |
pwd & npx @vscode/l10n-dev export --outDir ./l10n ./src
pwd & npx @vscode/l10n-dev export --outDir ./l10n ./src & ls ./l10n
- name: Translate app strings
run: |
pwd & npx @vscode/l10n-dev generate-azure -o ./l10n/ ./l10n/bundle.l10n.json ./package.nls.json -l zh-Hans ja es ru pt-br fr ko zh-Hant it pl hu cs bg tr my ca lt hy
pwd & ls ./l10n & npx @vscode/l10n-dev generate-azure -o ./l10n/ ./l10n/bundle.l10n.json ./package.nls.json -l zh-Hans ja es ru pt-br fr ko zh-Hant it pl hu cs bg tr my ca lt hy
env:
AZURE_TRANSLATOR_KEY: ${{ secrets.AZURE_TRANSLATOR_KEY }}
AZURE_TRANSLATOR_REGION: westus
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
.vscode-test/
*.vsix
/package.nls.*.json
vscode-print.log
vscode-print.log
l10n

0 comments on commit d6e3d32

Please sign in to comment.