From 8b48810233397de3d91bf84127111212ff0c8678 Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Fri, 14 Jan 2022 23:38:03 -0500 Subject: [PATCH] Added Crowdin configuration file. --- crowdin.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..1b34ffb --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,7 @@ +project_identifier: gitlist +base_path: . +preserve_hierarchy: false +files: + - source: /assets/translations/messages.en.yaml + translation: /assets/translations/messages.%two_letters_code%.yaml + type: yaml