Update kobo plugin to 3.1.3 with Portuguese and Arabic translations. Include .mo files in git.

This commit is contained in:
apprenticeharper
2015-08-04 18:18:44 +01:00
parent 3317dc7330
commit 91b22c18c4
12 changed files with 398 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ except NameError:
PLUGIN_NAME = 'Obok DeDRM'
PLUGIN_SAFE_NAME = PLUGIN_NAME.strip().lower().replace(' ', '_')
PLUGIN_DESCRIPTION = _('Removes DRM from Kobo kepubs and adds them to the library.')
PLUGIN_VERSION_TUPLE = (3, 1, 2)
PLUGIN_VERSION_TUPLE = (3, 1, 3)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm'
PLUGIN_AUTHORS = 'Anon'