Skip to content

Commit

Permalink
[FEATURE] manifestCreator: i18n section v22
Browse files Browse the repository at this point in the history
adjusted line length
  • Loading branch information
tobiasso85 committed Nov 26, 2020
1 parent d3b7dda commit ba9f72b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/processors/manifestCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ async function createManifest(libraryResource, libBundle, descriptorVersion, _in
*
* @param {string} i18n bundle url, e.g. "messagebundle.properties"
* @param {Map<string, Set<string>>} 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.
* <code>null</code> if given i18n String is <code>null</code>
*/
function createI18nSection(i18n, i18nToSupportedLocales) {
Expand Down

0 comments on commit ba9f72b

Please sign in to comment.