Skip to content

Commit

Permalink
Merge #3648 Improve translation process
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Aug 30, 2022
2 parents eb1b5ea + 9ed52b7 commit 79445be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
- [Netkan] Log errors instead of PRs for OOO mods on GitHub (#3625 by: HebaruSan)
- [Core] Cache remote build map, fetch in registry refresh (#3624 by: HebaruSan; reviewed: techman83)
- [Tooling] Self review option for merge script (#3650 by: HebaruSan; reviewed: DasSkelett)
- [Infra] Improve translation process (#3648 by: Olympic1; reviewed: HebaruSan)

## v1.31.0 (IKAROS)

Expand Down
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
translation: /GUI/Localization/%locale%/%file_name%.%locale%.%file_extension%
- source: /**/Resources.resx
translation: /**/%file_name%.%locale%.%file_extension%

0 comments on commit 79445be

Please sign in to comment.