load External Language Files
fun loadExternalLanguageFiles(langFile: File, name: String, baseLangFile: String): ColosseumI18nManagerBuilder
Loads the language files from the specified directory in the plugin data folder. If the file does not exist, it will be created and filled with the base language file.
Return
The builder instance.
Parameters
lang File
The file to load the language from.
name
The name of the language.
base Lang File
The internal path to the base language file to use.