Skip to content

Commit

Permalink
fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 15, 2023
1 parent 7b59614 commit 0f148b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const rtlLangs = [ "fa", "ar-SY", "ur" ];
/**
* Find the best matching locale to display
* If no locale can be matched, the default is "en"
* @return {string} the locale that should be displayed
* @returns {string} the locale that should be displayed
*/
export function currentLocale() {
const potentialLocales = [ localStorage.locale, navigator.language, ...navigator.languages ];
Expand Down

0 comments on commit 0f148b0

Please sign in to comment.