Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-13680

Channel manager: translation provider should load any translation

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • High
    • Resolution: Fixed
    • 14.2.2
    • 14.4.0
    • channel-manager
    • None
    • 0.5
    • Flagged
    • Quasar
    • Puma Sprint 244, Puma Sprint 245, Puma Sprint 246, Puma Sprint 247

    Description

      Unlike navapp translation service layer, channel manager doesn't load any translations for languages that are not predefined:

      translateProvider
          .registerAvailableLanguageKeys(['en', 'nl', 'fr', 'de', 'es', 'zh'], {
            'en_*': 'en',
            'nl_*': 'nl',
            'fr_*': 'fr',
            'de_*': 'de',
            'es_*': 'es',
            'zh_*': 'zh',
          });
      

      Adding new language (and .json translations) works fine in navapp layer, so, same service should be used here too.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mmilicevic Marijan Milicevic
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: