suitest-js-api
Version:
Suitest is a test automation and device manipulation tool for living room devices and web browsers.
21 lines (20 loc) • 333 B
TypeScript
export type Lang = {
ENGLISH: 'eng',
GERMAN: 'deu',
FRENCH: 'fra',
ITALIAN: 'ita',
DUTCH: 'nld',
SPANISH: 'spa',
POLISH: 'pol',
BULGARIAN: 'bul',
RUSSIAN: 'rus',
UKRAINIAN: 'ukr',
ARABIC: 'ara',
HEBREW: 'heb',
PORTUGUESE: 'por',
NORWEGIAN: 'nor',
SWEDISH: 'swe',
FINNISH: 'fin',
DANISH: 'dan',
HUNGARIAN: 'hun',
};