# 关于本地化语言文件

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
