From 7e0c38aad7d6e3a0f9d0241bc1b7434c681bbe81 Mon Sep 17 00:00:00 2001 From: Ralf Luther Date: Sun, 13 Dec 2020 16:22:23 +0100 Subject: crowdin: cleanup the manifest file and the Readme Change-Id: I3142c04f27f9671a475b2b598275ec663d715234 --- README.mkdn | 10 +++++----- config/crowdin.xml | 28 ++++++++++++++++++++++++++++ config/q10.0_extra_packages.xml | 1 - 3 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 config/crowdin.xml diff --git a/README.mkdn b/README.mkdn index bc9e2fe..0a4ce7a 100755 --- a/README.mkdn +++ b/README.mkdn @@ -16,9 +16,9 @@ Prerequisites 4. The package "python-git" is used for Git integration and must be installed (also see: https://gitpython.readthedocs.io/en/stable/). -5. The install of the package "python-gitdb" with its dependencies via a package manager or via pip install gitdb for python 3.6.x. +5. The install of the package "python-gitdb" with its dependencies via a package manager or via pip install gitdb for python 3.x.x. -6. A prebuilt java version of crowdin-cli >= 3.2.x or a packaged version (see: https://support.crowdin.com/cli-tool/) is required for +6. A prebuilt java version of crowdin-cli >= 3.2.x or a packaged version (see: https://support.crowdin.com/cli-tool/) is required for this script to work. It can be downloaded and installed for different Linux distributions as described on the mentioned webpage. @@ -42,11 +42,11 @@ Needed directory structure: * /home * /your_username * /aicp - * /config/q10.0.yml #Configuration file for the transaltable repositories + * /config/q10.0.yml #Configuration file for the translatable repositories * /q10.0 * /.platform - * /manifest/crowdin.xml - * crowdin_sync.py #Python script for the crowdin-CLI tool + * /manifest/crowdin.xml #Manifest file (used by the script) + * crowdin_sync.py #Python script for the crowdin-CLI tool Enviroment variables to export: diff --git a/config/crowdin.xml b/config/crowdin.xml new file mode 100644 index 0000000..a7c7e30 --- /dev/null +++ b/config/crowdin.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/q10.0_extra_packages.xml b/config/q10.0_extra_packages.xml index cc95fb6..d88ffa1 100644 --- a/config/q10.0_extra_packages.xml +++ b/config/q10.0_extra_packages.xml @@ -5,6 +5,5 @@ - -- cgit v1.2.3