Uploaded image for project: 'URL Translation'
  1. URL Translation
  2. MURLTRANS-26

Use I18nAuthoringSupport

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Won't Do
    • Critical
    • None
    • 6.2.3
    • None

    Description

      • Use I18nAuthoringSupport.deriveLocalisedPropertyName instead of building the localized property name itself in the URLTranslator:

       

      propertyName + "_" + locale.toString();
      • Use i18nContentSupport.getLocale instead of MgnlContext.getAggregationState().getLocale()
      • Make URLTranslator non static
        • Has to be done anyway to inject I18nAuthoringSupport
        • Possibility to bind custom implementation, which can be used to implement LiveCopy compatibility (fallbackLocale is always masterLocale)

       

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              rgange Richard Gange
              beschle Björn Eschle
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoD