Changes

Copy Datageneration/I18n to MC1.16 archive
Line 1: Line 1:  
Lang Files can be generated by creating an extension of the file <code>LanguageProvider</code> class. From there you can add the translations in the <code>addTranslations</code> method, which you must override.
 
Lang Files can be generated by creating an extension of the file <code>LanguageProvider</code> class. From there you can add the translations in the <code>addTranslations</code> method, which you must override.
   −
To add a translation, call the <code>LanguageProvider#add</code> method. This method takes the [[Internationalization|translation key/1.16]] and a string that is the displayname for the key.
+
To add a translation, call the <code>LanguageProvider#add</code> method. This method takes the [[Internationalization/1.16|translation key]] and a string that is the displayname for the key.
      −
[[Category:Data Generation/1.16]]
+
[[Category:Data Generation/1.16|Category:Data Generation]]
372

edits