Home
last modified time | relevance | path

Searched defs:i18n (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/tests/unit/
H A Di18n.locale-alias.spec.js9 const i18n = createI18nInstance(undefined, 'en', undefined, loadBase); constant
17 const i18n = createI18nInstance(undefined, 'en-US', undefined, loadBase); constant
25 const i18n = createI18nInstance(undefined, 'ka', undefined, loadBase); constant
33 const i18n = createI18nInstance(undefined, 'ka-GE', undefined, loadBase); constant
/openbmc/qemu/po/
H A Dmeson.build1 i18n = import('i18n') variable
/openbmc/webui-vue/
H A Dvue.config.js167 i18n: { class in module.exports.pluginOptions