plone / plone.i18n

Text normalization logic and language, country, cctld data.
8 stars 11 forks source link

Plone 6: Let the sr language be Latin: Sprski. #39

Closed mauritsvanrees closed 2 years ago

mauritsvanrees commented 2 years ago

Latin is the most used character set in the Serbian language. If you want to use the Cyrillic character set variant, set environment variable zope_i18n_allowed_languages to sr@Cyrl.

See https://github.com/collective/plone.app.locales/issues/326

mister-roboto commented 2 years ago

@mauritsvanrees thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

mauritsvanrees commented 2 years ago

This belongs together with https://github.com/collective/plone.app.locales/pull/334