Get data
static Map<String, LabelTr>? getData(String locale) => releaseData?.data != null ? releaseData!.data[locale] : null;