Changeset 13077 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 19 Jun 2015, 15:36:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py
r12974 r13077 811 811 """Transforms a localized HTML text string into a dictionary. 812 812 813 Different languages must be separated by ` >>xy<<` whereas813 Different languages must be separated by ``>>xy<<`` whereas 814 814 xy is the language code. Text parts without correct leading 815 815 language separator - usually the first part has no language 816 816 descriptor - are interpreted as texts in the portal's language. 817 The latter can be configured in waeup.srp.utils.utils.IkobaUtils.818 817 """ 819 818 try: … … 838 837 """Transforms a localized REST text string into a dictionary. 839 838 840 Different languages must be separated by ` >>xy<<` whereas839 Different languages must be separated by ``>>xy<<``` whereas 841 840 xy is the language code. Text parts without correct leading 842 841 language separator - usually the first part has no language 843 842 descriptor - are interpreted as texts in the portal's language. 844 The latter can be configured in waeup.srp.utils.utils.IkobaUtils.845 843 """ 846 844 try:
Note: See TracChangeset for help on using the changeset viewer.