summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMaurits van Rees <maurits@vanrees.org>2021-09-02 15:28:05 +0200
committerMaurits van Rees <maurits@vanrees.org>2021-09-03 10:57:00 +0200
commit61c9e278c82f44c76cc55f7c850f661f4e22103d (patch)
tree0dd3a6bbab73a7b8aab4fe20ee262a4c65c7a9fa /CHANGES.rst
parent51480fc597fa04b2a044b873605cb114efacf9f6 (diff)
downloadzope-i18n-61c9e278c82f44c76cc55f7c850f661f4e22103d.tar.gz
Support character sets.maurits/character-sets-autopep8
sr@Latn and sr@Cyrl will be added to language sr. See https://github.com/collective/plone.app.locales/issues/326
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c554ca2..2dad4eb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,12 @@
4.7.1 (unreleased)
==================
+- Support character sets.
+ Example: ``sr@Latn`` and ``sr@Cyrl`` will be added to language ``sr`` (Serbian).
+ See https://github.com/collective/plone.app.locales/issues/326
+ You can choose which one to use by setting either ``sr@Latn`` or ``sr@Cyrl``
+ in environment variable ``zope_i18n_allowed_languages``.
+
- Support and test Python 3.8 and 3.9.
Full supported list is now: 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, PyPy, PyPy3.