This commit is contained in:
Dong Mengzhe 2026-06-06 20:38:29 -05:00 committed by GitHub
commit 874d8a5377
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. * (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 = { export const locales = {
root: { root: {
label: 'English', label: 'English',