From daf8535ebbac396491ee6ff4e019643c3815575c Mon Sep 17 00:00:00 2001 From: Wilco Alsemgeest Date: Sun, 13 Jun 2021 14:11:44 +0200 Subject: [PATCH] Update crowdin.yaml Move to GitHub actions preparation crowdin config --- crowdin.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/crowdin.yaml b/crowdin.yaml index 3046d218..4a37fdd4 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -1,8 +1,21 @@ +# Project Public Identifier: joomla-official-extensions +project_id: 104 +api_token_env: CROWDIN_PERSONAL_TOKEN base_path: /administrator/components/com_patchtester/language +base_url: "https://joomla.crowdin.com" + +preserve_hierarchy: true + files: - - source: /en-GB/com_patchtester.ini + - ssource: /en-GB/com_patchtester.ini + dest: 'PatchTester/com_patchtester.ini' translation: /%locale%/com_patchtester.ini update_option: update_as_unapproved + type: joomla + update_option: update_as_unapproved - source: /en-GB/com_patchtester.sys.ini + dest: 'PatchTester/com_patchtester.sys.ini' translation: /%locale%/com_patchtester.sys.ini update_option: update_as_unapproved + type: joomla + update_option: update_as_unapproved