Revert "crowdin_sync: Remove unused projects"
* These are still used in cm-11.0
This reverts commit 442614213c1a062bd0dcca7ffcdb377568d1f87f.
Change-Id: I695dbde596421741214598664f456266c7f6357f
diff --git a/crowdin_sync.py b/crowdin_sync.py
index e17ba1b..8f831fb 100755
--- a/crowdin_sync.py
+++ b/crowdin_sync.py
@@ -202,7 +202,7 @@
continue
# Get project root dir from Crowdin's output by regex
- m = re.search('/(.*LatinIME).*|/(frameworks/base).*|/(.*CMFileManager).*|/(device/.*/.*)/.*/res/values.*|/(hardware/.*/.*)/.*/res/values.*|/(.*)/res/values.*', path)
+ m = re.search('/(.*Superuser)/Superuser.*|/(.*LatinIME).*|/(frameworks/base).*|/(.*CMFileManager).*|/(.*CMHome).*|/(device/.*/.*)/.*/res/values.*|/(hardware/.*/.*)/.*/res/values.*|/(.*)/res/values.*', path)
if not m.groups():
# Regex result is empty, warn the user