UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

25 lines (22 loc) 373 B
const 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', }; Object.freeze(LANG); module.exports = LANG;