mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 00:25:30 +00:00
Indentation fix
This commit is contained in:
@@ -134,6 +134,7 @@ export class Pass implements PassIndexSignature {
|
|||||||
* We are replacing the slashes to avoid Windows slashes
|
* We are replacing the slashes to avoid Windows slashes
|
||||||
* composition.
|
* composition.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Object.assign(finalBundle, ...Object.keys(this.l10nBundles[lang])
|
Object.assign(finalBundle, ...Object.keys(this.l10nBundles[lang])
|
||||||
.map(fileName => {
|
.map(fileName => {
|
||||||
const fullPath = path.join(`${lang}.lproj`, fileName).replace(/\\/, "/");
|
const fullPath = path.join(`${lang}.lproj`, fileName).replace(/\\/, "/");
|
||||||
|
|||||||
Reference in New Issue
Block a user