Skip to content

Commit

Permalink
Update Contributors & Translations (#2679)
Browse files Browse the repository at this point in the history
* Updating donors and supporters

* Fixed bug in test_translations.py. Updated all translation files and python resource file.
  • Loading branch information
jonoomph authored Mar 13, 2019
1 parent 4ce0af7 commit 3813d83
Show file tree
Hide file tree
Showing 52 changed files with 234,419 additions and 232,635 deletions.
Binary file modified src/language/OpenShot.af.qm
Binary file not shown.
Binary file modified src/language/OpenShot.am.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ar.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ast.qm
Binary file not shown.
Binary file modified src/language/OpenShot.be.qm
Binary file not shown.
Binary file modified src/language/OpenShot.br.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ca.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ca@valencia.qm
Binary file not shown.
Binary file modified src/language/OpenShot.cs.qm
Binary file not shown.
Binary file modified src/language/OpenShot.de.qm
Binary file not shown.
Binary file modified src/language/OpenShot.el.qm
Binary file not shown.
Binary file modified src/language/OpenShot.en_CA.qm
Binary file not shown.
Binary file modified src/language/OpenShot.en_GB.qm
Binary file not shown.
Binary file modified src/language/OpenShot.eo.qm
Binary file not shown.
Binary file modified src/language/OpenShot.es.qm
Binary file not shown.
Binary file modified src/language/OpenShot.et.qm
Binary file not shown.
Binary file modified src/language/OpenShot.eu.qm
Binary file not shown.
Binary file modified src/language/OpenShot.fi.qm
Binary file not shown.
Binary file modified src/language/OpenShot.fr.qm
Binary file not shown.
Binary file modified src/language/OpenShot.fr_CA.qm
Binary file not shown.
Binary file modified src/language/OpenShot.gl.qm
Binary file not shown.
Binary file modified src/language/OpenShot.he.qm
Binary file not shown.
Binary file modified src/language/OpenShot.hi.qm
Binary file not shown.
Binary file modified src/language/OpenShot.hu.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ia.qm
Binary file not shown.
Binary file modified src/language/OpenShot.id.qm
Binary file not shown.
Binary file modified src/language/OpenShot.is.qm
Binary file not shown.
Binary file modified src/language/OpenShot.it.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ja.qm
Binary file not shown.
Binary file modified src/language/OpenShot.kab.qm
Binary file not shown.
Binary file modified src/language/OpenShot.lv.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ml.qm
Binary file not shown.
Binary file modified src/language/OpenShot.mn.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ms.qm
Binary file not shown.
Binary file modified src/language/OpenShot.nb.qm
Binary file not shown.
Binary file modified src/language/OpenShot.nl.qm
Binary file not shown.
Binary file modified src/language/OpenShot.pl.qm
Binary file not shown.
Binary file modified src/language/OpenShot.pt.qm
Binary file not shown.
Binary file modified src/language/OpenShot.pt_BR.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ro.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ru.qm
Binary file not shown.
Binary file modified src/language/OpenShot.sk.qm
Binary file not shown.
Binary file modified src/language/OpenShot.sv.qm
Binary file not shown.
Binary file modified src/language/OpenShot.ta.qm
Binary file not shown.
Binary file modified src/language/OpenShot.tr.qm
Binary file not shown.
Binary file modified src/language/OpenShot.uk.qm
Binary file not shown.
Binary file modified src/language/OpenShot.zh_CN.qm
Binary file not shown.
Binary file modified src/language/OpenShot.zh_HK.qm
Binary file not shown.
Binary file modified src/language/OpenShot.zh_TW.qm
Binary file not shown.
466,689 changes: 234,082 additions & 232,607 deletions src/language/openshot_lang.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/language/test_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
app = QCoreApplication(sys.argv)

# Load POT template (all English strings)
POT_source = open(os.path.join(language_path, 'OpenShot.pot')).read()
POT_source = open(os.path.join(language_path, 'OpenShot', 'OpenShot.pot')).read()
all_strings = re.findall('^msgid \"(.*)\"', POT_source, re.MULTILINE)

print("Testing {} strings in all translation files...\n".format(len(all_strings)))
Expand Down
Loading

0 comments on commit 3813d83

Please sign in to comment.