feat: rename use of locale to lang where applicable
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
// Due to these records being used in next.config.js, and that is
|
||||
// required to be a js file, we use jsdoc to type these.
|
||||
/**
|
||||
* @typedef {import('../types/lang').Lang} Lang
|
||||
* @file Due to these records being used in next.config.js, and that is required
|
||||
* to be a js file, we use jsdoc to type these.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {import('@/constants/languages').Lang} Lang
|
||||
*/
|
||||
|
||||
/** @type {Record.<Lang, string>} */
|
||||
export const pageNames = {
|
||||
da: "mine-sider",
|
||||
|
||||
Reference in New Issue
Block a user