mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
refactor: fix I18n class constructor jsdoc to resolve vscode type errors (#3195)
This commit is contained in:
parent
94deb04e61
commit
6370d0c44d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class I18n {
|
|||
* Constructor.
|
||||
*
|
||||
* @param {Object} options Options.
|
||||
* @param {string} options.locale Locale.
|
||||
* @param {string=} options.locale Locale.
|
||||
* @param {Object} options.translations Translations.
|
||||
*/
|
||||
constructor({ locale, translations }) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue