When a translation is missing in a language and we download the translations using the CLI, the missing translation gets replaced by the original language (English in our case).
Is it possible to specify another language to use as fallback?
For example, we have two Spanish languages: one for Spain and one for Latin America. The Latin American Spanish is the same 90% of the time, so it would be good if we could keep most translations empty and just translate where it is different from Spain Spanish. Then when we download the translations, the CLI would automatically fill in the blanks in Latin American Spanish with the Spain Spanish version.