Skip to content

Commit

Permalink
chore: version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Feb 5, 2024
1 parent 5625fe1 commit 6475ef0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Translate Readme
uses: crowdin/[email protected].1
uses: crowdin/[email protected].2
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4

- name: Translate Readme
uses: crowdin/[email protected].1
uses: crowdin/[email protected].2
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/[email protected].1
uses: crowdin/[email protected].2
with:
+ language_switcher: true
env:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
uses: actions/checkout@v4
- name: Upload README.md to Crowdin
uses: crowdin/[email protected].1
uses: crowdin/[email protected].2
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/[email protected].1
uses: crowdin/[email protected].2
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.1",
"version": "0.1.2",
"private": true,
"description": "Automate translation of your README.md files via Crowdin",
"main": "lib/main.js",
Expand Down

0 comments on commit 6475ef0

Please sign in to comment.