Views
Actions
Datageneration/I18n
From Forge Community Wiki
Lang Files can be generated by creating an extension of the File LangurageProvider
class. From there you can add the Translations in the addTranslations
Method, you must override.
To add a Translation you call the LanguageProvider#add
method, this method takes the translation key and a String which is the displayname for the key.