UNPKG

browser-extension-manager

Version:
31 lines (29 loc) 626 B
// Locale field limits (Chrome Web Store requirements) // https://developer.chrome.com/docs/webstore/i18n module.exports = { // Field character limits limits: { appName: 50, appNameShort: 25, appDescription: 200, }, // Languages to translate (code: name) languages: { zh: 'Chinese (Simplified)', es: 'Spanish', hi: 'Hindi', ar: 'Arabic', pt: 'Portuguese', ru: 'Russian', ja: 'Japanese', de: 'German', fr: 'French', ko: 'Korean', ur: 'Urdu', id: 'Indonesian', bn: 'Bengali', tl: 'Tagalog/Filipino', vi: 'Vietnamese', it: 'Italian', }, };