diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 5eef3263..0fbb4cb5 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -9,6 +9,7 @@ on: - 'es/**' - 'fr/**' - 'it/**' + - 'id/**' - 'ja/**' - 'ko/**' - 'pt-br/**' @@ -37,7 +38,7 @@ jobs: uses: actions/github-script@v5 with: script: | - const languages = ['en', 'es', 'fr', 'it', 'ja', 'ko', 'pt-br', 'ru', 'sk', 'th', 'tr', 'uk', 'uz', 'zh-cn', 'zh-tw']; + const languages = ['en', 'es', 'fr', 'it', 'id', 'ja', 'ko', 'pt-br', 'ru', 'sk', 'th', 'tr', 'uk', 'uz', 'zh-cn', 'zh-tw']; const prNumber = context.eventName === 'workflow_dispatch' ? context.payload.inputs.prNumber : context.issue.number; const { data: pullRequest } = await github.rest.pulls.get({ owner: context.repo.owner, diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9cf2602..861b75f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,7 @@ The documentation is translated into these languages: - Spanish (`es`) - French (`fr`) - Italian (`it`) +- Indonesian (`id`) - Japanese (`ja`) - Korean (`ko`) - Brazilian Portuguese (`pt-br`) diff --git a/_includes/announcement/announcement-id.md b/_includes/announcement/announcement-id.md new file mode 100644 index 00000000..cc456dc2 --- /dev/null +++ b/_includes/announcement/announcement-id.md @@ -0,0 +1,8 @@ + diff --git a/_includes/footer/footer-en.html b/_includes/footer/footer-en.html index 93165096..c745faaa 100755 --- a/_includes/footer/footer-en.html +++ b/_includes/footer/footer-en.html @@ -5,7 +5,7 @@ Documentation translations provided by StrongLoop/IBM: French, German, Spanish, Italian, Japanese, Russian, Chinese, Traditional Chinese, Korean, Portuguese.
- Community translation available for: Slovak, Ukrainian, Uzbek, Turkish and Thai. + Community translation available for: Slovak, Ukrainian, Uzbek, Turkish, Thai and Indonesian.