mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added jsdoc annotations for i18next-parser
config type
- this helps with using the correct key/values when working on the config
This commit is contained in:
parent
9e5efff187
commit
17a48c76cd
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
const {SUPPORTED_LOCALES} = require('./');
|
||||
|
||||
/**
|
||||
* @type {import('i18next-parser').UserConfig}
|
||||
*/
|
||||
module.exports = {
|
||||
locales: SUPPORTED_LOCALES,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue