Skip to content
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

Improve translation process #3648

Merged
merged 1 commit into from
Aug 30, 2022
Merged
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
9 changes: 9 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
files:
- source: /GUI/**/*.resx
ignore:
- Properties/
- Localization/
- HintTextBox.resx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is HintTextBox.resx excluded because it doesn't have any text resources? Or is there something else special about it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late answer, was a busy week(end).

I exluded it because Crowdin just copied the file for each translation because everything was supposedly translated when there is just nothing to translate.

translation: /GUI/Localization/%locale%/%file_name%.%locale%.%file_extension%
- source: /**/Resources.resx
translation: /**/%file_name%.%locale%.%file_extension%