Skip to content

Commit

Permalink
chore: version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Dec 12, 2023
1 parent fd604ea commit 5f75468
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Translate Readme
uses: crowdin/translate-readme@v0.1.0
uses: crowdin/translate-readme@v0.1.1
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Translate Readme
uses: crowdin/translate-readme@v0.1.0
uses: crowdin/translate-readme@v0.1.1
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand Down Expand Up @@ -110,7 +110,7 @@ Also, don't forget to add the following option to your workflow step:

```diff
​- name: Translate Readme
uses: crowdin/translate-readme@v0.1.0
uses: crowdin/translate-readme@v0.1.1
with:
+ language_switcher: true
env:
Expand Down Expand Up @@ -158,10 +158,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Upload README.md to Crowdin
uses: crowdin/translate-readme@v0.1.0
uses: crowdin/translate-readme@v0.1.1
with:
upload_sources: true
download_translations: false
Expand All @@ -179,7 +179,7 @@ jobs:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: Download Readme translations from Crowdin
uses: crowdin/translate-readme@v0.1.0
uses: crowdin/translate-readme@v0.1.1
with:
upload_sources: false
download_translations: true
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translate-readme",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Automate translation of your README.md files via Crowdin",
"main": "lib/main.js",
Expand Down

0 comments on commit 5f75468

Please sign in to comment.