-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Cyrillic and Latin character sets for Serbian.
See collective/plone.app.locales#326 Let 'sr' be general Serbian. Can be Latin or Cyrillic. You can influence which character set is used, by choosing one of three values in an environment variable: ``` zope_i18n_allowed_languages sr zope_i18n_allowed_languages sr@Cyrl zope_i18n_allowed_languages sr@Latn ``` Default character set in Plone 5.2 is Cyrillic, but this may change to Latin in 6.0.
- Loading branch information
1 parent
93fca12
commit ed1343a
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Support Cyrillic and Latin character sets for Serbian. | ||
See `locales issue 326 <https://github.com/collective/plone.app.locales/issues/326>`_. | ||
[maurits, fredvd] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters