crowdin: Only push the translation changes
* Instead of commiting all the changed files, parse the config files
and only commit changes made to files which are mentioned there
* This ensures that changes to other files which exist locally aren't
added to the commits and have to be manually removed again
Change-Id: Ib601f1516cdd509fbffba716aa21995448e2b332
diff --git a/README.mkdn b/README.mkdn
index 6dc56e8..04f65c1 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -14,9 +14,9 @@
echo 'deb https://artifacts.crowdin.com/repo/deb/ /' | sudo tee /etc/apt/sources.list.d/crowdin.list > /dev/null
sudo apt-get update && sudo apt-get install crowdin
-python-git is used for Git integration.
+python-git is used for Git integration, python-yaml is used for parsing configuration files:
- sudo apt-get install python-git
+ sudo apt-get install python-git python-yaml
Copy <lineage_version>_extra_packages.xml to .repo/local_manifests of each <lineage_version> tree
to make sure you sync all the extra packages not included in the main manifest.