Skip to content

Commit 56fbb91

Browse files
committed
Fixes
1 parent 0df157b commit 56fbb91

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/sync_translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
- name: Sync Pandas translations
1111
uses: Scientific-Python-Translations/translations-sync@main
1212
with:
13-
# Provided by user
1413
crowdin-project: "Pandas"
1514
source-repo: "pandas-dev/pandas"
1615
source-folder: "web/pandas/"
@@ -24,7 +23,8 @@ jobs:
2423
use-pre-commit: "false"
2524
create-upstream-pr: "false"
2625
auto-merge: "false"
27-
# Provided by organization secrets
26+
# These are provided by the Scientific Python Project and allow
27+
# automation with bots
2828
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2929
passphrase: ${{ secrets.PASSPHRASE }}
3030
token: ${{ secrets.TOKEN }}

crowdin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
# https://support.crowdin.com/developer/configuration-file/
12
project_identifier: PROJECT_IDENTIFIER_CROWDIN
3+
pull_request_title: New Crowdin updates # Do not change this line
4+
pull_request_labels:
5+
- do-not-merge # Do not change this line
26
api_key: API_KEY_CROWDIN
37
base_path: ./
48
preserve_hierarchy: true
59
files:
10+
# Update this to the correct extensions of your project
611
- source: /web/pandas/content/en/index.html
712
translation: /web/pandas/content/%two_letters_code%/%original_file_name%
813
update_option: "update_as_unapproved"

0 commit comments

Comments
 (0)