From 0c49737d80d34e0df1cc2a2e84e2372647c5691f Mon Sep 17 00:00:00 2001 From: Olli Kauppinen Date: Fri, 8 Nov 2024 12:35:08 +0200 Subject: [PATCH] new line --- tools/inject-bundle-locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/inject-bundle-locale.js b/tools/inject-bundle-locale.js index f9728b6505..28388d30d8 100644 --- a/tools/inject-bundle-locale.js +++ b/tools/inject-bundle-locale.js @@ -132,4 +132,4 @@ languages.forEach(function(lang) { fs.writeFileSync(source, content, 'utf8'); }); -console.log(`Injected ${total} localization strings to "${bundle}" locales. Use git to inspect changes.`); \ No newline at end of file +console.log(`Injected ${total} localization strings to "${bundle}" locales. Use git to inspect changes.`);