diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 81337708..28f3a019 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -5,7 +5,6 @@ on: paths: - README.md - jobs: contrib-readme-job: runs-on: ubuntu-latest @@ -15,3 +14,29 @@ jobs: uses: akhilmhdh/contributors-readme-action@v2.3.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + crowdin-contributors: + runs-on: ubuntu-latest + permissions: + contents: write + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Generate Crowdin Contributors table + uses: andrii-bodnar/action-crowdin-contributors@v1.0.1 + with: + contributors_per_line: 5 + max_contributors: 10000 + image_size: 100 + min_words_contributed: 1 + include_languages: true + crowdin_project_link: https://crowdin.com/project/mousetooltiptranslator + env: + CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + + # Commit all changed files back to the repository + - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "Update Crowdin Contributors" diff --git a/README.md b/README.md index c4eb1050..0a15bb8a 100644 --- a/README.md +++ b/README.md @@ -35,73 +35,6 @@ Download from [chrome web store](https://chromewebstore.google.com/detail/hmigni - [Change Log](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/description.md#change-log) - -# Contributors - - - - - - - - - - - - -
- - ttop32 -
- Daniel K -
-
- - ardasatata -
- Arda Satata Fitriajie -
-
- - neoOpus -
- Anoir Ben Tanfous -
-
- - Blueberryy -
- Null -
-
- - michael-nhat -
- Hoang Van Nhat -
-
- - newmind -
- JG -
-
- - di4m0nds -
- Silvestri, Javier -
-
- - netanel123123 -
- Null -
-
- - - - # Build yourself to install @@ -124,7 +57,7 @@ npm run build // or 'npm run watch' for developing # Language locale - We are looking for any locale contributor. Feel free to make any pull request on bellow path. - - [Locale](https://github.com/ttop32/MouseTooltipTranslator/tree/main/public/_locales) + - [Locale](https://github.com/ttop32/MouseTooltipTranslator/tree/main/public/_locales) - [crowdin](https://crowdin.com/project/mousetooltiptranslator) - User can change this extension user interface Language by change browser UI language from - [chrome://settings/languages](chrome://settings/languages) @@ -190,6 +123,80 @@ npm run build // or 'npm run watch' for developing | zh_TW | Chinese (Taiwan) | + + +# Contributors + + + + + + + + + + + + +
+ + ttop32 +
+ Daniel K +
+
+ + ardasatata +
+ Arda Satata Fitriajie +
+
+ + neoOpus +
+ Anoir Ben Tanfous +
+
+ + Blueberryy +
+ Null +
+
+ + michael-nhat +
+ Hoang Van Nhat +
+
+ + newmind +
+ JG +
+
+ + di4m0nds +
+ Silvestri, Javier +
+
+ + netanel123123 +
+ Null +
+
+ + + +# Contributors Crowdin + + + + + + # Privacy policy - [Privacy policy](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/privacy_policy.md) diff --git a/doc/description.md b/doc/description.md index 71fe283b..e526ed25 100644 --- a/doc/description.md +++ b/doc/description.md @@ -20,7 +20,8 @@ English, Russian, Japanese, Chinese and so on # Change Log - 0.1.128 - - spanish locale (contributed by di4m0nds) + - Spanish locale (contributed by di4m0nds) + - Turkish locale (contributed by Nejdet ACAR) - 0.1.127 - fix tooltip hide conflict - 0.1.126