mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(lang): Add newline at the end of generated lang file
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
afac97e7d4
commit
aa506a7607
@@ -35,4 +35,4 @@ for (const path of paths) {
|
|||||||
|
|
||||||
const data = JSON.stringify(result, undefined, 4);
|
const data = JSON.stringify(result, undefined, 4);
|
||||||
|
|
||||||
fs.writeFileSync(`./${targetLangFile}`, data);
|
fs.writeFileSync(`./${targetLangFile}`, data + "\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user