From 13c9c0f7c4f0110225225d4cdd919ea2ff7e739d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Tue, 26 Mar 2024 09:44:32 +0100 Subject: [PATCH] Remove crowdin --- .github/workflows/crowdin.yml | 48 ----------------------------------- crowdin.yml | 25 ------------------ 2 files changed, 73 deletions(-) delete mode 100644 .github/workflows/crowdin.yml delete mode 100644 crowdin.yml diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml deleted file mode 100644 index fd159ed..0000000 --- a/.github/workflows/crowdin.yml +++ /dev/null @@ -1,48 +0,0 @@ -# This workflow will run Crowdin Action that will upload new texts to Crowdin, download the newest translations and create a PR -# For more information see: https://github.com/crowdin/github-action - -name: Crowdin Action - -# Controls when the action will run. -on: workflow_dispatch - # Only run when started manually - - #: - # inputs: - # uploadTranslations: - # description: "Set to true to upload (changed) translations to Crowdin" - # type: boolean - # required: true - # default: false - - #schedule: - #- cron: '0 */6 * * *' # Every 6 hours - https://crontab.guru/#0_*/6_*_*_* - -jobs: - synchronize-with-crowdin: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: crowdin action - uses: crowdin/github-action@1.4.9 - with: - # Upload sources to Crowdin - upload_sources: true - # Upload translations to Crowdin, only use true at initial run - upload_translations: false - # Make pull request of Crowdin translations - download_translations: true - # To download translations to the specified version branch - localization_branch_name: l10n_crowdin_translations - # Create pull request after pushing to branch - create_pull_request: true - pull_request_title: 'New Crowdin translations' - pull_request_body: 'New Crowdin pull request with translations' - pull_request_base_branch_name: 'mc1.18/dev' - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} - CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} diff --git a/crowdin.yml b/crowdin.yml deleted file mode 100644 index de90dc8..0000000 --- a/crowdin.yml +++ /dev/null @@ -1,25 +0,0 @@ -"project_id_env": "CROWDIN_PROJECT_ID" -"api_token_env": "CROWDIN_PERSONAL_TOKEN" -"base_path": "." - -"preserve_hierarchy": true - -"files": [ - { - "source": "src/main/resources/assets/squaredadditions/lang/en_us.json", - "translation": "src/main/resources/assets/squaredadditions/lang/%locale_with_underscore%.json", - "languages_mapping": { - "locale_with_underscore": { - "cs": "cs_cz", - "de": "de_de", - "eo": "eo_uy", - "fr": "fr_fr", - "it": "it_it", - "pl": "pl_pl", - "uk": "uk_ua", - "sk": "sk_sk", - "ro": "ro_ro" - } - } - } -] \ No newline at end of file