Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export const GP_PROJECT = process.env.NODE_ENV === 'production' ? 'wpcom' : 'test';
export const GP_BASE_URL = 'https://translate.wordpress.com';
export const GP_PROJECT_TRANSLATION_SET_SLUGS = {
de_formal: 'formal',
};
export const ENABLE_TRANSLATOR_KEY = 'enable_translator';