export interface LanguagePresetTranslation {
    sourceHash: string;
    text: string;
}
