Skip to content

Commit

Permalink
readability
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWone committed Mar 9, 2024
1 parent c285817 commit 1490ed0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:

- name: Extract localisable strings from app
run: |
pwd & mkdir ./l10n & npx @vscode/l10n-dev export --outDir ./l10n ./src & ls ./l10n
mkdir ./l10n & npx @vscode/l10n-dev export --outDir ./l10n ./src
- name: Translate app strings
run: |
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
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

0 comments on commit 1490ed0

Please sign in to comment.