Skip to content

Commit 13f6ae3

Browse files
committed
Prettier.
1 parent e0382ef commit 13f6ae3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/lib/internationalization/internationalization.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ export class Internationalization {
306306
.map((x) => x.substring(0, x.indexOf(".")))
307307
.filter((x) => x !== "jp"),
308308
...this.allTranslations.keys(),
309-
]).filter(lang => this.hasTranslations(lang)).sort();
309+
])
310+
.filter((lang) => this.hasTranslations(lang))
311+
.sort();
310312
}
311313
}

0 commit comments

Comments
 (0)