General update

- Update README
- Add support for sync of device repos, CMFileManager/themes and fmapps
diff --git a/cm_crowdin_sync.py b/cm_crowdin_sync.py
index df21757..2ba48ed 100755
--- a/cm_crowdin_sync.py
+++ b/cm_crowdin_sync.py
@@ -18,6 +18,7 @@
 
 print('Welcome to the CM Crowdin sync script!\n')
 
+
 print('STEP 0: Checking dependencies\n')
 if subprocess.check_output(['rvm', 'all', 'do', 'gem', 'list', 'crowdin-cli', '-i']) == 'true':
     sys.exit('You have not installed crowdin-cli. Terminating.')
@@ -81,7 +82,7 @@
     path = path.rstrip()
     all_projects = []
     if os.path.isfile(path):
-        m = re.search('/(.*)/res/values.*', source)
+        m = re.search('/(.*CMFileManager)/themes/res/values.*|/(device/.*/.*)/.*/res/values.*|/(hardware/.*/.*)/.*/res/values.*|/(.*)/res/values.*', source)
         path_this = m.group(1)
         if not path_this in all_projects:
             all_projects.append(path_this)