| 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'; | |