Add message to translations for better info on translating

This commit is contained in:
libraryaddict
2020-05-26 11:08:17 +12:00
parent 7c7b770801
commit 3b34fdf28c
2 changed files with 5 additions and 1 deletions

View File

@@ -178,6 +178,10 @@ public enum TranslateType {
writer.write(
"# %s is where text is inserted, look up printf format codes if you're interested\n");
}
writer.write(
"# To translate, follow this example 'Original Message': 'My New Message'\n# The Original" +
" Message is used as a yaml config key to get your new message!");
}
}