Skip to content

Commit

Permalink
Add indentation to json language files
Browse files Browse the repository at this point in the history
  • Loading branch information
navarog committed Apr 21, 2024
1 parent c3781e7 commit ea0953a
Show file tree
Hide file tree
Showing 9 changed files with 44,993 additions and 9 deletions.
2 changes: 1 addition & 1 deletion scripts/language-to-json.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
" os.makedirs(result_folder)\n",
"\n",
" with open(os.path.join(result_folder, json_file), 'w') as fp:\n",
" simplejson.dump(result, fp, ignore_nan=True)"
" simplejson.dump(result, fp, ignore_nan=True, indent=2)"
]
}
],
Expand Down
5,632 changes: 5,631 additions & 1 deletion src/assets/data/i18n/de.json

Large diffs are not rendered by default.

5,624 changes: 5,623 additions & 1 deletion src/assets/data/i18n/es.json

Large diffs are not rendered by default.

5,624 changes: 5,623 additions & 1 deletion src/assets/data/i18n/fr.json

Large diffs are not rendered by default.

5,624 changes: 5,623 additions & 1 deletion src/assets/data/i18n/nl.json

Large diffs are not rendered by default.

5,624 changes: 5,623 additions & 1 deletion src/assets/data/i18n/pl.json

Large diffs are not rendered by default.

5,624 changes: 5,623 additions & 1 deletion src/assets/data/i18n/pt.json

Large diffs are not rendered by default.

5,624 changes: 5,623 additions & 1 deletion src/assets/data/i18n/tr.json

Large diffs are not rendered by default.

5,624 changes: 5,623 additions & 1 deletion src/assets/data/i18n/uk.json

Large diffs are not rendered by default.

0 comments on commit ea0953a

Please sign in to comment.