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'
|
import { atom } from 'jotai'
|
||||||
|
|
||||||
export const languages = [
|
export const languages = [
|
||||||
'english',
|
|
||||||
'chinese',
|
|
||||||
'russian',
|
|
||||||
'french',
|
|
||||||
'italian',
|
|
||||||
'spanish',
|
|
||||||
'korean',
|
|
||||||
'japanese',
|
|
||||||
'catalan',
|
'catalan',
|
||||||
'ukrainian',
|
'chinese',
|
||||||
'swedish',
|
'english',
|
||||||
|
'french',
|
||||||
|
'german',
|
||||||
|
'italian',
|
||||||
|
'japanese',
|
||||||
|
'korean',
|
||||||
'polish',
|
'polish',
|
||||||
'german'
|
'portuguese-br',
|
||||||
|
'russian',
|
||||||
|
'spanish',
|
||||||
|
'swedish',
|
||||||
|
'ukrainian'
|
||||||
] as const
|
] as const
|
||||||
|
|
||||||
export type Language = (typeof languages)[number]
|
export type Language = (typeof languages)[number]
|
||||||
|
|||||||
Reference in New Issue
Block a user