This commit is contained in:
Dong Mengzhe 2026-06-07 01:31:08 +08:00 committed by GitHub
commit f07d54992b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 47 additions and 40 deletions

View File

@ -10,6 +10,13 @@
* (no URL prefix). All other locales get a URL prefix matching their key.
*/
/**
* @typedef {Object} Locale
* @property {string} label - The display name of the locale.
* @property {string} lang - The BCP 47 language tag.
*/
/** @type {Record<string, Locale>} */
export const locales = {
root: {
label: 'English',