aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/squirrel/setting-mods/the-language-file.md
blob: 89adea8267dfa97fd694a2beec6a9c609dc86570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Language file
=======
This follows a fairly simple template, the only thing of note is that you often get strange behaviour using `utf-8` when saving the file instead of using `utf-16 le`

```
"lang"
{
	"Language" "english"
	"Tokens"
	{
		"MODE_SETTING_CATEGORY_SIMPLERANDOMISER" "Simple Randomiser"
		"SIMPLERANDOMISER" "Randomise"
	}
}
```

Name this file simplerandomiser_localisation_english.txt and place it in the `yourmodsname/mod/resources/` folder