{"library":"i18n-t","install":[{"cmd":"npm install i18n-t","imports":["const I18n = require('i18n-t');","const i18n = new I18n({ defaultLocale: 'en' }); i18n.t('en', 'HELLO', { name: 'World' });","const i18n = new I18n({ defaultLocale: 'en' }); i18n.load('./locales');"]},{"cmd":"yarn add i18n-t","imports":[]},{"cmd":"pnpm add i18n-t","imports":[]}]}