-
Notifications
You must be signed in to change notification settings - Fork 311
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
Use Crowdin for localization #1373
Open
oxygen-dioxide
wants to merge
44
commits into
stakira:master
Choose a base branch
from
oxygen-dioxide:crowdin-translated
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create crowdin.yml
Update crowdin.yml
github-actions
bot
force-pushed
the
crowdin-translated
branch
from
January 1, 2025 04:12
4fda671
to
eb5255c
Compare
github-actions
bot
force-pushed
the
crowdin-translated
branch
from
January 2, 2025 01:51
d6e3cea
to
982f63e
Compare
This is great! Could you clarify:
We would also need some guide in the Wiki later. |
github-actions
bot
force-pushed
the
crowdin-translated
branch
from
January 4, 2025 05:45
fd0cc96
to
236ad85
Compare
Added these code into crowdin action (before syncs EN strings into crowdin), Now it fetches the latest changes from official repo autometically:
|
github-actions
bot
force-pushed
the
crowdin-translated
branch
6 times, most recently
from
January 10, 2025 04:25
afd12ec
to
c0b89b5
Compare
github-actions
bot
force-pushed
the
crowdin-translated
branch
8 times, most recently
from
January 19, 2025 04:23
93d3b96
to
e5b08fa
Compare
github-actions
bot
force-pushed
the
crowdin-translated
branch
7 times, most recently
from
January 26, 2025 04:23
3447a2c
to
76f02bc
Compare
github-actions
bot
force-pushed
the
crowdin-translated
branch
from
January 27, 2025 04:26
c1b0266
to
ad6b2ad
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are many contributors who want to contribute to OpenUtau's localization. Crowdin provides a user-friendly UI for them to contribute strings translations without having to learn git and code.
I created a crowdin project for OpenUtau at https://crowdin.com/project/oxygen-dioxideopenutau
Changes made to this repo:
crowdin.yml
and a github action.github/workflows/crowdin.yml
to sync this repo with crowdin projectMisc/sync_strings.py
to use it to fix their stylesunhandled_strings.json
, which is applied when running sync_strings.py.