translationsFiles property
List of paths to translations files that will be parsed during source
generation. You can split your translations to as many dirs and files
as wanted but keys needs to be unique across all of files.
Can't be blank or empty
Supported file formats: JSON
, YAML
.
Implementation
final List<String> translationsFiles;