diff --git a/lib/processors/manifestCreator.js b/lib/processors/manifestCreator.js index 7e18a5402..a2434d024 100644 --- a/lib/processors/manifestCreator.js +++ b/lib/processors/manifestCreator.js @@ -567,7 +567,8 @@ async function createManifest(libraryResource, libBundle, descriptorVersion, _in * * @param {string} i18n bundle url, e.g. "messagebundle.properties" * @param {Map>} i18nToSupportedLocales cache to determine the supportedLocales only once - * @returns {{bundleUrl: string, supportedLocales: string[]}|null|string} json structure with bundleUrl and supportedLocales or the i18n String if not a ".properties" file. + * @returns {{bundleUrl: string, supportedLocales: string[]}|null|string} json structure with bundleUrl and + * supportedLocales or the i18n String if not a ".properties" file. * null if given i18n String is null */ function createI18nSection(i18n, i18nToSupportedLocales) {