in library/scripts/pack_strings.py [0:0]
def build_impl(self, pack_id):
logging.info("Packing: " + pack_id)
string_resources_file_paths = self.grouped_strings_file_paths[pack_id]
string_pack.build(
string_resources_file_paths,
get_dest_pack_file_path(self.sp_config, pack_id),
self.id_finder,
self.plural_handler,
)