Skip to content

Commit

Permalink
Update spicetifyWrapper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Nov 22, 2023
1 parent ef1e612 commit 682fa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsHelper/spicetifyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ window.Spicetify = {
formatRelativeTime: (date, options) => localeModule.formatRelativeDate(date, options),
formatNumber: (number, options) => localeModule.formatNumber(number, options),
formatNumberCompact: (number, options) => localeModule.formatNumberCompact(number, options),
get: (key, children) => localeModule.get(key, ...children),
get: (key, children) => localeModule.get(key, children),
getDateTimeFormat: options => localeModule.getDateTimeFormat(options),
getDictionary: () => localeModule.getTranslations(),
getLocale: () => localeModule._localeForTranslation.baseName,
Expand Down

0 comments on commit 682fa14

Please sign in to comment.