The project class should have a helper function which takes
locale or language
include input or only targets
example uses:
for locale in self.get_targets(type=LOCALE, include_input=True)
for lang_code in self.get_targets(type=LANGUAGE_CODE, include_input=False)
The project class should have a helper function which takes
locale or language
include input or only targets
example uses:
for locale in self.get_targets(type=LOCALE, include_input=True)for lang_code in self.get_targets(type=LANGUAGE_CODE, include_input=False)