aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--README.md3
-rw-r--r--setup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 98cc2af..e72c7ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
The modifications are:
+mageiasync 0.3.7
+----------------
+ - add translations for tg, zh_TW
+ - update various translations
+
mageiasync 0.3.6
----------------
- add translations for nb, da
diff --git a/README.md b/README.md
index 8d5d6a9..8bf8d7b 100644
--- a/README.md
+++ b/README.md
@@ -80,4 +80,5 @@ Translators
- Tomsonas - Latvian
- Tajik - Victor Ibragimov
- Karl Morten Ramberg - Norwegian Bokmål
-- zwpwjwtz - Chinese
+- zwpwjwtz - Chinese simplified
+- You-Cheng Hsieh - Chinese traditional
diff --git a/setup.py b/setup.py
index a4de77c..ad48ea1 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"])
setup(
name = 'mageiasync',
- version = '0.3.6',
+ version = '0.3.7',
packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',