From 9ed52b7f2e1e77d490e3d2724bad67914903f041 Mon Sep 17 00:00:00 2001 From: Arne Peirs Date: Mon, 29 Aug 2022 15:44:15 +0200 Subject: [PATCH] Add Crowdin configuration file --- crowdin.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000000..546ec969ac --- /dev/null +++ b/crowdin.yml @@ -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%