Merge 582d12b770 into 072d0a7458
This commit is contained in:
commit
874d8a5377
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue