Skip to content

DO NOT MERGE (#477) #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 55 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
0655850
feat(translation): test crowdin setup - add pot files (#477)
lwasser May 1, 2025
3e4e40a
New translations contributing.pot (Spanish)
lwasser May 1, 2025
7ff3a5d
New translations contributing.pot (Japanese)
lwasser May 1, 2025
ae897b2
New translations contributing.pot (English)
lwasser May 1, 2025
2dba459
New translations translating.pot (Spanish)
lwasser May 1, 2025
1e7a98e
New translations translating.pot (Japanese)
lwasser May 1, 2025
787dfcf
New translations translating.pot (English)
lwasser May 1, 2025
aaf0a53
New translations continuous-integration.pot (Spanish)
lwasser May 1, 2025
5931cb0
New translations continuous-integration.pot (Japanese)
lwasser May 1, 2025
7b2d2ca
New translations continuous-integration.pot (English)
lwasser May 1, 2025
f25af54
New translations documentation.pot (Spanish)
lwasser May 1, 2025
ca72372
New translations documentation.pot (Japanese)
lwasser May 1, 2025
cee05e9
New translations documentation.pot (English)
lwasser May 1, 2025
15451cc
New translations index.pot (Spanish)
lwasser May 1, 2025
eefee93
New translations index.pot (Japanese)
lwasser May 1, 2025
3ace500
New translations index.pot (English)
lwasser May 1, 2025
3d1bab3
New translations messages.pot (Spanish)
lwasser May 1, 2025
aefb26e
New translations messages.pot (Japanese)
lwasser May 1, 2025
f4ab68c
New translations messages.pot (English)
lwasser May 1, 2025
af4cd09
New translations package-structure-code.pot (Spanish)
lwasser May 1, 2025
b2240a7
New translations package-structure-code.pot (Japanese)
lwasser May 1, 2025
fec26eb
New translations package-structure-code.pot (English)
lwasser May 1, 2025
2c09003
New translations tests.pot (Spanish)
lwasser May 1, 2025
772d6ff
New translations tests.pot (Japanese)
lwasser May 1, 2025
47d9537
New translations tests.pot (English)
lwasser May 1, 2025
d0187b4
New translations tutorials.pot (Spanish)
lwasser May 1, 2025
833fe69
New translations tutorials.pot (Japanese)
lwasser May 1, 2025
e17318d
New translations tutorials.pot (English)
lwasser May 1, 2025
45b7586
New translations contributing.pot (Spanish)
lwasser May 1, 2025
398b061
New translations contributing.pot (Japanese)
lwasser May 1, 2025
caf76a5
New translations contributing.pot (English)
lwasser May 1, 2025
e078bc0
New translations translating.pot (Spanish)
lwasser May 1, 2025
38c4ce8
New translations translating.pot (Japanese)
lwasser May 1, 2025
bac96e0
New translations translating.pot (English)
lwasser May 1, 2025
adf211e
New translations continuous-integration.pot (Spanish)
lwasser May 1, 2025
7affe77
New translations continuous-integration.pot (Japanese)
lwasser May 1, 2025
c302cdb
New translations continuous-integration.pot (English)
lwasser May 1, 2025
503bb77
New translations documentation.pot (Spanish)
lwasser May 1, 2025
fdc55d4
New translations documentation.pot (Japanese)
lwasser May 1, 2025
ebd8af1
New translations documentation.pot (English)
lwasser May 1, 2025
306b6f2
New translations index.pot (Spanish)
lwasser May 1, 2025
d76843d
New translations index.pot (Japanese)
lwasser May 1, 2025
1b9ef33
New translations index.pot (English)
lwasser May 1, 2025
c2a5865
New translations messages.pot (Spanish)
lwasser May 1, 2025
ca1447d
New translations messages.pot (Japanese)
lwasser May 1, 2025
1eb054e
New translations messages.pot (English)
lwasser May 1, 2025
135dfc0
New translations package-structure-code.pot (Spanish)
lwasser May 1, 2025
be8f6a3
New translations package-structure-code.pot (Japanese)
lwasser May 1, 2025
463aacd
New translations package-structure-code.pot (English)
lwasser May 1, 2025
bb2ffb7
New translations tests.pot (Spanish)
lwasser May 1, 2025
a688cfa
New translations tests.pot (Japanese)
lwasser May 1, 2025
09d3c87
New translations tests.pot (English)
lwasser May 1, 2025
9cc046d
New translations tutorials.pot (Spanish)
lwasser May 1, 2025
622e35a
New translations tutorials.pot (Japanese)
lwasser May 1, 2025
df88a1f
New translations tutorials.pot (English)
lwasser May 1, 2025
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
5 changes: 4 additions & 1 deletion .github/workflows/crowdin_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Crowdin Sync

on:
workflow_dispatch:
push:
branches:
- translation2

jobs:
sync-translations:
Expand All @@ -21,7 +24,7 @@ jobs:
create_pull_request: true
pull_request_title: "Crowdin: New translations"
pull_request_body: "Crowdin synced updated translations via GitHub Action."
pull_request_base_branch_name: "main"
pull_request_base_branch_name: "translation2"
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_CROWDIN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down
3,972 changes: 3,972 additions & 0 deletions locales/en/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

3,972 changes: 3,972 additions & 0 deletions locales/es/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

3,972 changes: 3,972 additions & 0 deletions locales/ja/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

Loading