-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: crowdin integration #415
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the linting issues in the yml files. (click red x on the commits or the failing check in the pr)
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '15 * * * *' # sync every hour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think it's enough to run this once a day, as the changes aren't released that fast anyway. Or would there be a reason to do this every hour?
|
||
# | ||
# Choose file structure in Crowdin | ||
# e.g. true or false | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# | |
# Choose file structure in Crowdin | |
# e.g. true or false | |
# | |
# preserve file/folder structure in Crowdin |
|
||
# | ||
# Files configuration | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# | |
# Files configuration | |
# |
# | ||
# Your Crowdin credentials | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# | |
# Your Crowdin credentials | |
# |
# Choose file structure in Crowdin | ||
# e.g. true or false | ||
# | ||
"preserve_hierarchy": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would false look like in crowdin?
Would it still have the file names but all next to each other?
I think that would make it a bit easier for translating, if it's mapped back to the repo properly
No description provided.