Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
0 parents commit 4156fa1
Show file tree
Hide file tree
Showing 34 changed files with 240 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/b868ea80de3e4525.css" as="style" crossorigin=""/><link rel="stylesheet" href="/_next/static/css/b868ea80de3e4525.css" crossorigin="" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-36d12a75f0098f30.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-80f87b89e91be76a.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-0d48b57a0946c2e8.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-630f98d7cb8037e1.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_error-525d78e64c39aa3c.js" defer="" crossorigin=""></script><script src="/_next/static/oT6g0tFg3boTpbdAqi5ZJ/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/oT6g0tFg3boTpbdAqi5ZJ/_ssgManifest.js" defer="" crossorigin=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"oT6g0tFg3boTpbdAqi5ZJ","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lang.js.org
26 changes: 26 additions & 0 deletions _next/static/chunks/671-788ebd3133fb7cda.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions _next/static/chunks/framework-80f87b89e91be76a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/main-0d48b57a0946c2e8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/nextra-data-en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/data":{"title":"Language Data","data":{"":"Contains code lists for ISO 639-1 and ISO 639-2 as well as multi-language support.","friendly-reminder#Friendly Reminder":"We provided @iso-639/mapping mapping toolkit, which can easily help you manage language data.","usage#Usage":"With npm(or yarn, or pnpm):\nnpm install @iso-639/data\nIn .js / .ts or other files:\n// ISO 639-1 is stored in the `1` directory\nimport ISO_639_1_EN from '@iso-639/data/1/en.json'\nimport ISO_639_1_ZH_CN from '@iso-639/data/1/zh-CN.json'\n// ISO 639-2 is stored in the `2` directory\nimport ISO_639_2_EN from '@iso-639/data/2/en.json'\nimport ISO_639_2_ZH_CN from '@iso-639/data/2/zh-CN.json'\nWith CDN:\n<script>\n const res = await fetch('https://cdn.jsdelivr.net/npm/@iso-639/data/1/en.json')\n const json = await res.json()\n</script>","multi-language-support#Multi-language Support":"JSON files named with language codes in the source code directory are supported languages.See: Source Code","release-notes#Release Notes":"Please refer to CHANGELOG for details."}},"/getting-started":{"title":"Getting Started","data":{"":"ISO 639 is Internationally recognized code for the representation of more than 500 languages or language families.","about#About":"ISO 639, Code for individual languages and language groups, can be applied across many types of organization and situations. It is needed for the basic settings of billions of user interfaces to ICT systems and devices, as well as for the indication of different language versions of websites. It is indispensable for information management in publishing, librarianship, and for large networks.Using a language identifier (of two or three letters), rather than the name of a language, has many benefits as some cultures may have different names for the same language, while some languages may share the same, or similar, names even though they are unrelated.","usage#Usage":"If on the server side, you can use language code data as API response data.If it is on the client, such as Web App, you can rely on CDN or npm package installation and import into the project."}},"/":{"title":"Index","data":{}},"/mapping":{"title":"Language Mapping","data":{"":"ISO 639 language code mapping toolkit, which can easily help you manage language data.","usage#Usage":"With npm(or yarn, or pnpm):\nnpm install @iso-639/data @iso-639/mapping\nYes, it is recommended to also install the @iso-639/data ISO 639 data package, which contains the code data for multi-language versions of ISO 639-1 and ISO 639-2. Of course, you can also obtain this data by requesting a CDN, see the instructions of @iso-639/data for details.In .js / .ts or other files:\n// ISO 639-1 is stored in the `1` directory\nimport ISO_639_1_EN from '@iso-639/data/1/en.json'\n// ISO 639-2 is stored in the `2` directory\nimport ISO_639_2_EN from '@iso-639/data/2/en.json'\n// Exported a class\nimport { LanguageMapping } from '@iso-639/mapping'\nconst en1 = new LanguageMapping({\n data: ISO_639_1_EN,\n displayName: 'ISO_639_1_EN', // Optional\n debug: true, // Optional\n})\nconst en2 = new LanguageMapping({\n data: ISO_639_2_EN,\n displayName: 'ISO_639_2_EN', // Optional\n debug: true, // Optional\n})","type-declarations#Type declarations":"Core class type:\ndeclare class LanguageMapping {\n private data\n private displayName\n private debug\n constructor({ data, displayName, debug }: LanguageMappingOptions)\n isValidCode(code: string): boolean\n getName(code: string, codingStyle?: CodingStyle): string\n getCode(name: string): string\n getLanguages(): LanguageItem[]\n}\nOther auxiliary types:\ntype LanguageData = Record<string, string>\ninterface LanguageMappingOptions {\n /**\n * Language code JSON data from `@iso-639/data` .\n *\n * @see https://github.com/ISO-639/language-code/tree/main/packages/data\n */\n data: LanguageData\n /**\n * The displayName string is used in debugging messages.\n * Usually, you don’t need to set it explicitly\n * because it has default value named `LanguageMapping`.\n * You might want to set it explicitly if you want to\n * display a different name for debugging purposes.\n *\n * @default ''\n */\n displayName?: string\n /**\n * When an error occurs in the program,\n * an error log will be output on the console.\n *\n * @default false\n */\n debug?: boolean\n}\ninterface LanguageItem {\n code: string\n name: string\n}\ntype CodingStyle = 'camelCase' | 'capitalize' | 'kebabCase' | 'pascalCase'","release-notes#Release Notes":"Please refer to CHANGELOG for details."}}}
1 change: 1 addition & 0 deletions _next/static/chunks/pages/_app-630f98d7cb8037e1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/chunks/pages/_error-525d78e64c39aa3c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4156fa1

Please sign in to comment.