Build options
The following is an exhaustive reference of all configurable build options.
These options are provided as methods of the RosettaBuilder
type.
Required options :
.fallback()
: register the fallback language with a given language identifier and path.source()
: register an additional translation source with a given language identifier and path
Additional options :
.name()
: use a custom name for the generate type (Lang
by default).output()
: export the type in another output location (OUT_DIR
by default)
More information in the RosettaBuilder
API documentation.