Merge shared-questions translations
This commit is contained in:
commit
8c4313695c
6 changed files with 829 additions and 517 deletions
|
@ -245,7 +245,7 @@ function generateTranslationsObjectFrom(objects: { path: string, parsed: { id: s
|
|||
let json = tr.toJson(lang)
|
||||
try {
|
||||
|
||||
json = JSON.stringify(JSON.parse(json), null, " ");
|
||||
json = JSON.stringify(JSON.parse(json), null, " "); // MUST BE FOUR SPACES
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue