diff --git a/CHANGELOG.md b/CHANGELOG.md index f68ff88..85dd10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Crowdin configuration file + ## [1.31.3] - 2023-03-01 ### Fixed diff --git a/crowdin.yml b/crowdin.yml index a22bac7..3d07363 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,5 @@ files: - - source: /messages/en.json - translation: /messages/%two_letters_code%.json \ No newline at end of file + - source: /public/metadata/licenses/en-US.md + translation: /%original_path%/%locale%.%file_extension% + - source: /public/metadata/messages/en-US.json + translation: /%original_path%/%locale%.%file_extension%