UNPKG

gcal-commander

Version:

A command-line interface for Google Calendar operations

12 lines (11 loc) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_LANGUAGE = exports.SUPPORTED_LANGUAGES = void 0; /** * Supported languages for internationalization */ exports.SUPPORTED_LANGUAGES = ['de', 'en', 'es', 'fr', 'ja', 'ko', 'pt']; /** * Default language for the application */ exports.DEFAULT_LANGUAGE = 'en';