| export const SNOWBALL_LANGUAGES: { [key: string]: string } = { | |
| en: 'English', | |
| fr: 'French', | |
| es: 'Spanish', | |
| ru: 'Russian', | |
| it: 'Italian', | |
| de: 'German', | |
| pt: 'Portuguese', | |
| } | |
| export const DEFAULT_SLEEPTIME_SECONDS = 30 | |
| export const SNOWBALL_LANGUAGES: { [key: string]: string } = { | |
| en: 'English', | |
| fr: 'French', | |
| es: 'Spanish', | |
| ru: 'Russian', | |
| it: 'Italian', | |
| de: 'German', | |
| pt: 'Portuguese', | |
| } | |
| export const DEFAULT_SLEEPTIME_SECONDS = 30 | |