Skip to content

Commit

Permalink
Merge pull request openaps#2100 from openaps/revert-2020-use-crowdin-…
Browse files Browse the repository at this point in the history
…action

Revert "Add crowdin action"
  • Loading branch information
psonnera authored Oct 9, 2024
2 parents ee95aca + 7b5405e commit cf17359
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master

workflow_dispatch:

jobs:
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
run: |
cd ${{ env.DOC_PATH }}
sphinx-build -T -E -n -v -w build_log.txt -q -b html -d _build/doctrees . _build/html
- name: Store build log
uses: actions/upload-artifact@v2
with:
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Tests

on:
push:
branches:
- master
workflow_dispatch:

jobs:
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/translations.yml

This file was deleted.

10 changes: 3 additions & 7 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
project_id: '310610'
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true

files:
- source: /docs/EN/**/*.md
translation: /docs/CROWDIN/%two_letters_code%/%original_path%/%original_file_name%
translation: /docs/CROWDIN/%two_letters_code%/**/%original_file_name%
- source: /docs/EN/**/*.rst
translation: /docs/CROWDIN/%two_letters_code%/%original_path%/%original_file_name%
translation: /docs/CROWDIN/%two_letters_code%/**/%original_file_name%
- source: /docs/EN/images/**/*
translation: /docs/CROWDIN/%two_letters_code%/images/%original_path%/%original_file_name%
translation: /docs/CROWDIN/%two_letters_code%/images/**/%original_file_name%

0 comments on commit cf17359

Please sign in to comment.