Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/sync.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/sync_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
uses: Scientific-Python-Translations/content-sync@main
with:
source-repo: "xarray-contrib/xarray.dev"
source-path: "content/en/"
source-path: "src/locales/en/"
source-ref: "main"
translations-repo: "Scientific-Python-Translations/xarray-translations"
translations-path: "content/"
translations-source-path: "content/en/"
translations-path: "src/locales/"
translations-source-path: "src/locales/en/"
translations-ref: "main"
auto-merge: "false"
# These are provided by the Scientific Python Project and allow
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
# Provided by user
crowdin-project: "Xarray"
source-repo: "xarray-contrib/xarray.dev"
source-path: "content/en/"
source-path: "src/locales/en/"
source-ref: "main"
translations-repo: "Scientific-Python-Translations/xarray-website-translations"
translations-path: "content/"
translations-source-path: "content/en/"
translations-path: "src/locales/"
translations-source-path: "src/locales/en/"
translations-ref: "main"
translation-percentage: "90"
approval-percentage: "0"
Expand Down
63 changes: 0 additions & 63 deletions add_lingui_macros_components.js

This file was deleted.

39 changes: 0 additions & 39 deletions add_lingui_macros_data.js

This file was deleted.

13 changes: 5 additions & 8 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
project_identifier: PROJECT_IDENTIFIER_CROWDIN
api_key: API_KEY_CROWDIN
pull_request_title: New Crowdin updates
pull_request_labels:
- do-not-merge
base_path: ./
preserve_hierarchy: true
files:
- source: /src/en/components.po
translation: /src/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /src/en/data.po
translation: /src/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /src/en/pages.po
translation: /src/%two_letters_code%/%original_file_name%
- source: /src/locales/en/messages.po
translation: /src/locales/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
20 changes: 0 additions & 20 deletions lingui.config.js

This file was deleted.

Loading