diff options
Diffstat (limited to 'node_modules/bcp-47/lib/regular.js')
| -rw-r--r-- | node_modules/bcp-47/lib/regular.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/bcp-47/lib/regular.js b/node_modules/bcp-47/lib/regular.js new file mode 100644 index 0000000..0aa5fab --- /dev/null +++ b/node_modules/bcp-47/lib/regular.js @@ -0,0 +1,12 @@ +/** @type {Array<string>} */ +export const regular = [ + 'art-lojban', + 'cel-gaulish', + 'no-bok', + 'no-nyn', + 'zh-guoyu', + 'zh-hakka', + 'zh-min', + 'zh-min-nan', + 'zh-xiang' +] |
