Update Crowdin config

Crowdin should only use `messages.properties` as the "source" and this file will get copied to all the other language files like `messages_de.properties` for the German translation, `messages_ro.properties` for the Romanian translation etc.
This commit is contained in:
md678685 2019-01-08 21:14:56 +00:00 committed by GitHub
parent 70a750a32d
commit da8e8c8a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
files:
- source: Essentials/src/*.properties
translation: Essentials/src/messages_%two_letters_code%.properties
- source: Essentials/src/messages.properties
translation: Essentials/src/messages_%locale_with_underscore%.properties