Changeset 13135 for main/waeup.ikoba/trunk/src/waeup/ikoba/utils
- Timestamp:
- 3 Jul 2015, 10:24:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/utils/helpers.py
r12634 r13135 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.