From 72d0f98b4c80738c96c603554d8c35fa8c45ae88 Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 16 May 2023 02:28:37 +0200 Subject: Add crowdin auto translator --- crowdin.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 crowdin.yml (limited to 'crowdin.yml') diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..7efb0c2 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,11 @@ +project_id: "588173" +base_path: "." +api_token_env: CROWDIN_PERSONAL_TOKEN +preserve_hierarchy: false +base_url: "https://api.crowdin.com" +commit_message: "New translations" +append_commit_message: false +files: + - source: "/src/main/resources/assets/firmament/lang/en_us.json" + translation: "/src/main/resources/assets/firmament/lang/%locale_with_underscore%.json" + -- cgit