Update settings.ts (enable portuguese-br) (#238)
Enable portuguese-br and sort alphabetically
This commit is contained in:
committed by
GitHub
parent
801c89df5d
commit
6f0187bccc
@@ -6,19 +6,20 @@ import { atomWithStorage } from 'jotai/utils'
|
||||
import { atom } from 'jotai'
|
||||
|
||||
export const languages = [
|
||||
'english',
|
||||
'chinese',
|
||||
'russian',
|
||||
'french',
|
||||
'italian',
|
||||
'spanish',
|
||||
'korean',
|
||||
'japanese',
|
||||
'catalan',
|
||||
'ukrainian',
|
||||
'swedish',
|
||||
'chinese',
|
||||
'english',
|
||||
'french',
|
||||
'german',
|
||||
'italian',
|
||||
'japanese',
|
||||
'korean',
|
||||
'polish',
|
||||
'german'
|
||||
'portuguese-br',
|
||||
'russian',
|
||||
'spanish',
|
||||
'swedish',
|
||||
'ukrainian'
|
||||
] as const
|
||||
|
||||
export type Language = (typeof languages)[number]
|
||||
@@ -172,4 +173,4 @@ export const settingsState = atom<SettingsState>((get) => ({
|
||||
servedFromReverseProxy: get(servedFromReverseProxyState),
|
||||
appTitle: get(appTitleState)
|
||||
})
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user