mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-05 18:24:34 +00:00
refactor: fix I18n class constructor jsdoc to resolve vscode type errors (#3195)
This commit is contained in:
+1
-1
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user