@@ -48,5 +48,6 @@ Due to a limitation, you must mark the global strings JSON like so:
...
@@ -48,5 +48,6 @@ Due to a limitation, you must mark the global strings JSON like so:
"German":{
"German":{
"L1NECODE":"Lokalisierter Text"
"L1NECODE":"Lokalisierter Text"
}
}
}```
}
Any JSON file flagged in this way will have the strings added to the global stringtable which is _not_ cleared on level end. Please only use it on the special `GLOBAL.json` table.
```
\ No newline at end of file
Any JSON file flagged in this way will have the strings added to the global stringtable which is _not_ cleared on level end. Please only use it on the special ```GLOBAL.json``` table.