feat: Add langPref config option
This commit is contained in:
parent
4f45e72799
commit
8a416cd302
13 changed files with 78 additions and 40 deletions
|
|
@ -385,3 +385,4 @@ export const iso639Regional = {
|
|||
};
|
||||
|
||||
export const langmap = Object.assign({}, langmapNoRegion, iso639Regional);
|
||||
export const langs = Object.keys(langmap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue