From 46e802bbb6d5e47954268cc04c19fe258b10a3e5 Mon Sep 17 00:00:00 2001 From: nitely Date: Tue, 30 Jan 2018 13:28:20 -0300 Subject: [PATCH] update history and tx config --- .tx/config | 6 ------ HISTORY.md | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.tx/config b/.tx/config index 9570e49c..975f9271 100644 --- a/.tx/config +++ b/.tx/config @@ -74,12 +74,6 @@ source_file = spirit/topic/notification/locale/en/LC_MESSAGES/django.po source_lang = en type = PO -[spirit.topic_poll] -file_filter = spirit/topic/poll/locale//LC_MESSAGES/django.po -source_file = spirit/topic/poll/locale/en/LC_MESSAGES/django.po -source_lang = en -type = PO - [spirit.topic_private] file_filter = spirit/topic/private/locale//LC_MESSAGES/django.po source_file = spirit/topic/private/locale/en/LC_MESSAGES/django.po diff --git a/HISTORY.md b/HISTORY.md index 66081f79..35557521 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,7 @@ * Adds support for Python 3.6 * Adds support for Django 1.9, 1.10 and 1.11 * Adds python-magic dependency (to check uploaded files) +* New: Lithuanian translation, thanks to @sirex * New: file upload on comments * Improvement: Adds `ST_UPLOAD_IMAGE_ENABLED` to enable/disable image uploads and `ST_UPLOAD_FILE_ENABLED` @@ -14,6 +15,7 @@ read the wiki or the PR for a workaround * Updates mistune, haystack and woosh dependencies * Deprecates `spirit.settings`. It will be removed in future releases +* Updates locales 0.4.8 ==================