export enum TranslationFileFormat {
  JSON = 'JSON',
  XLIFF = 'xliff',
  PO = 'po'
}
