aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Luther <luther.ralf@gmail.com>2020-12-13 16:22:23 +0100
committerRalf Luther <luther.ralf@gmail.com>2020-12-13 16:22:23 +0100
commit7e0c38aad7d6e3a0f9d0241bc1b7434c681bbe81 (patch)
tree2dbedf16e71a156b5e185c95d0861152c4b28f07
parent0f36c00fb30c19b05e32fd71a3476480977d3aca (diff)
crowdin: cleanup the manifest file and the Readmeq10.0
Change-Id: I3142c04f27f9671a475b2b598275ec663d715234
-rwxr-xr-xREADME.mkdn10
-rw-r--r--config/crowdin.xml28
-rw-r--r--config/q10.0_extra_packages.xml1
3 files changed, 33 insertions, 6 deletions
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 <code>pip install gitdb</code> for python 3.6.x.
+5. The install of the package "python-gitdb" with its dependencies via a package manager or via <code>pip install gitdb</code> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <!-- Sync settings for repositories used by crowdin-->
+ <remote name="aicp" fetch="ssh://git@github.com" revision="q10.0" />
+ <default remote="aicp" sync-c="true" sync-j="8" sync-f="true" />
+
+ <!-- platform_manifest -->
+ <project path="platform/manifest" name="AICP/platform_manifest" />
+
+ <!-- Repositories that are translated by crowdin (must be in sync with branch's .yml file) -->
+ <project path="frameworks/base" name="AICP/frameworks_base" />
+ <project path="frameworks/opt/slimrecent" name="AICP/frameworks_opt_slimrecent" />
+ <project path="frameworks/opt/aicpgear" name="AICP/frameworks_opt_aicpgear" />
+ <project path="packages/apps/AicpExtras" name="AICP/packages_apps_AicpExtras" />
+ <project path="packages/apps/Updater" name="AICP/packages_apps_Updater" />
+ <project path="packages/apps/Dialer" name="AICP/packages_apps_Dialer" />
+ <project path="packages/apps/Launcher3" name="AICP/packages_apps_Launcher3" />
+ <project path="packages/apps/Settings" name="AICP/packages_apps_Settings" />
+ <!-- <project path="packages/providers/MediaProvider" name="AICP/packages_providers_MediaProvider" /> -->
+ <project path="packages/services/OmniJaws" name="AICP/packages_services_OmniJaws" />
+ <project path="packages/resources/devicesettings" name="AICP/packages_resources_devicesettings" />
+ <project path="packages/resources/deviceparts" name="AICP/packages_resources_deviceparts" />
+
+ <!-- Devicespecific repositories (must be in sync with branch's extra_packages.xml file) -->
+ <project path="device/oppo/common" name="AICP/device_oppo_common" />
+ <project path="packages/apps/FlipFlap" name="AICP/packages_apps_FlipFlap" />
+ <project path="packages/apps/JamesDSPManager" name="AICP/packages_apps_JamesDSPManager" />
+</manifest>
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 @@
<!-- Devicespecific repositories that can be translated -->
<project path="device/oppo/common" name="AICP/device_oppo_common" />
<project path="packages/apps/FlipFlap" name="AICP/packages_apps_FlipFlap" />
- <project path="packages/apps/MusicFX" name="AICP/packages_apps_MusicFX" />
<project path="packages/apps/JamesDSPManager" name="AICP/packages_apps_JamesDSPManager" />
</manifest>