NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Support using the Fluent DSL for i18n #316

Open ExE-Boss opened 6 years ago

ExE-Boss commented 6 years ago

Mozilla’s Fluent is a domain specific language designed specifically for localisation of software, and there are plans to release a parser for the JVM in Kotlin.

This DSL is much better for translations than Mojang’s .lang files, which are really just .properties files with a different extension.