Skip to content

Commit

Permalink
Update translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Apr 22, 2015
1 parent 78ec5a5 commit 850b641
Show file tree
Hide file tree
Showing 11 changed files with 920 additions and 104 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EpubMergeBase(InterfaceActionBase):
description = _('UI plugin to concatenate multiple epubs into one.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (2, 0, 5)
version = (2, 0, 6)
minimum_calibre_version = (0, 8, 57)

#: This field defines the GUI plugin class that contains all the code
Expand Down
2 changes: 1 addition & 1 deletion pulltranslations.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set PYTHONIOENCODING=UTF-8
c:\Python27\tx.exe pull --minimum-perc=80 -f -a
c:\Python27\tx.exe pull --minimum-perc=25 -f -a

cd translations
for %%f in (*.po) do (
Expand Down
6 changes: 6 additions & 0 deletions translations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Translations

If you're interested in helping provide translations for this project,
please use the
[Transifex](https://www.transifex.com/projects/p/calibre-plugins/resources/)
website to add translations to this, or other calibre plugins that support it.
Loading

0 comments on commit 850b641

Please sign in to comment.