@@ -3,6 +3,7 @@ JSON localisation is a brand new localisation method introduced to the game by A
Create a JSON file with a name matching the two letter level code of the target level in your mod's "Localisation" folder. You can edit JSON files with most text editors, though something like Notepad++ is recommended. It is **not** recommended that you use regular Notepad as it is not well suited to modifying this kind of file.
Here is an example of the formatting of localisation JSON files:
## Levels
```json
...
...
@@ -26,7 +27,9 @@ Here is an example of the formatting of localisation JSON files:
```
## Global
Due to a limitation, you must mark the global strings JSON like so: