From ba9f72b26351eb681fd388b712bd576007b2daf7 Mon Sep 17 00:00:00 2001 From: Tobias Sorn Date: Thu, 26 Nov 2020 15:15:17 +0100 Subject: [PATCH] [FEATURE] manifestCreator: i18n section v22 adjusted line length --- lib/processors/manifestCreator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/processors/manifestCreator.js b/lib/processors/manifestCreator.js index 4b1defc53..d0c0bea8b 100644 --- a/lib/processors/manifestCreator.js +++ b/lib/processors/manifestCreator.js @@ -510,7 +510,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) {