suitest-js-api
Version:
Suitest is a test automation and device manipulation tool for living room devices and web browsers.
20 lines (17 loc) • 285 B
JavaScript
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',
};
Object.freeze(LANG);
module.exports = LANG;