mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 20:15:47 +02:00
typo
This commit is contained in:
parent
5d4d748042
commit
1d1e65acff
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export const availableLocales = loadAvailableLocales()
|
|||
|
||||
/**
|
||||
* Gets the saved locale from localStorage if defined and valid.
|
||||
* Else tries to get the best matching language from the brower's preferred languages.
|
||||
* Else tries to get the best matching language from the browser's preferred languages.
|
||||
* If the locale is not valid, defaults to 'fallbackLocale'.
|
||||
*/
|
||||
export function getLocale(): string {
|
||||
|
|
|
|||
Loading…
Reference in a new issue