add Static Language
fun addStaticLanguage(vararg languages: Pair<String, Map<String, String>>): ColosseumI18nManagerBuilder
Adds the specified languages to the static languages.
Return
The builder instance.
Parameters
languages
The languages to add.