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
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<!-- A good example on why temporary names for project identification shouldn't be used -->
<groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId>
<version>10.0.12</version>
<version>10.0.12-SNAPSHOT</version>
<build>
<defaultGoal>exec:java clean install</defaultGoal>

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!");
}
}