UNPKG

mdui

Version:

实现 material you 设计规范的 Web Components 组件库

145 lines (144 loc) 2.09 kB
// Do not modify this file by hand! // Re-generate this file by running lit-localize. /** * The locale code that templates in this source code are written in. */ export const sourceLocale = `en-us`; /** * The other locale codes that this application is localized into. Sorted * lexicographically. */ export const targetLocales = [ `ar-eg`, `az-az`, `be-by`, `bg-bg`, `bn-bd`, `ca-es`, `cs-cz`, `da-dk`, `de-de`, `el-gr`, `en-gb`, `es-es`, `et-ee`, `fa-ir`, `fi-fi`, `fr-be`, `fr-ca`, `fr-fr`, `ga-ie`, `gl-es`, `he-il`, `hi-in`, `hr-hr`, `hu-hu`, `hy-am`, `id-id`, `is-is`, `it-it`, `ja-jp`, `ka-ge`, `kk-kz`, `km-kh`, `kmr-iq`, `kn-in`, `ko-kr`, `lt-lt`, `lv-lv`, `mk-mk`, `ml-in`, `mn-mn`, `ms-my`, `nb-no`, `ne-np`, `nl-be`, `nl-nl`, `pl-pl`, `pt-br`, `pt-pt`, `ro-ro`, `ru-ru`, `sk-sk`, `sl-si`, `sr-rs`, `sv-se`, `ta-in`, `th-th`, `tr-tr`, `uk-ua`, `ur-pk`, `vi-vn`, `zh-cn`, `zh-hk`, `zh-tw`, ]; /** * All valid project locale codes. Sorted lexicographically. */ export const allLocales = [ `ar-eg`, `az-az`, `be-by`, `bg-bg`, `bn-bd`, `ca-es`, `cs-cz`, `da-dk`, `de-de`, `el-gr`, `en-gb`, `en-us`, `es-es`, `et-ee`, `fa-ir`, `fi-fi`, `fr-be`, `fr-ca`, `fr-fr`, `ga-ie`, `gl-es`, `he-il`, `hi-in`, `hr-hr`, `hu-hu`, `hy-am`, `id-id`, `is-is`, `it-it`, `ja-jp`, `ka-ge`, `kk-kz`, `km-kh`, `kmr-iq`, `kn-in`, `ko-kr`, `lt-lt`, `lv-lv`, `mk-mk`, `ml-in`, `mn-mn`, `ms-my`, `nb-no`, `ne-np`, `nl-be`, `nl-nl`, `pl-pl`, `pt-br`, `pt-pt`, `ro-ro`, `ru-ru`, `sk-sk`, `sl-si`, `sr-rs`, `sv-se`, `ta-in`, `th-th`, `tr-tr`, `uk-ua`, `ur-pk`, `vi-vn`, `zh-cn`, `zh-hk`, `zh-tw`, ];