commonMain.com.bselzer.gw2.v2.intl.translation.Gw2Translators.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of v2-intl-jvm Show documentation
Show all versions of v2-intl-jvm Show documentation
Internalization support by mapping translations from Guild Wars 2 API models.
package com.bselzer.gw2.v2.intl.translation
import com.bselzer.gw2.v2.model.continent.Continent
import com.bselzer.gw2.v2.model.continent.floor.Floor
import com.bselzer.gw2.v2.model.guild.upgrade.GuildUpgrade
import com.bselzer.gw2.v2.model.map.Map
import com.bselzer.gw2.v2.model.world.World
import com.bselzer.gw2.v2.model.wvw.ability.WvwAbility
import com.bselzer.gw2.v2.model.wvw.objective.WvwObjective
import com.bselzer.gw2.v2.model.wvw.rank.WvwRank
import com.bselzer.gw2.v2.model.wvw.upgrade.WvwUpgrade
object Gw2Translators {
val continent: Translator = ContinentTranslator()
val floor: Translator = FloorTranslator()
val guildUpgrade: Translator = GuildUpgradeTranslator()
val map: Translator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy