feat: afficher les langues asiatiques avant les langues européennes
This commit is contained in:
@@ -89,14 +89,14 @@ const LANG_NAMES = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const TRAD_FIELDS = [
|
const TRAD_FIELDS = [
|
||||||
|
{field: 'japonais', title: '日本語'},
|
||||||
|
{field: 'coreen', title: '한국어'},
|
||||||
{field: 'anglais', title: 'English'},
|
{field: 'anglais', title: 'English'},
|
||||||
{field: 'francais', title: 'Français'},
|
{field: 'francais', title: 'Français'},
|
||||||
{field: 'espagnol', title: 'Español'},
|
{field: 'espagnol', title: 'Español'},
|
||||||
{field: 'allemand', title: 'Deutsch'},
|
{field: 'allemand', title: 'Deutsch'},
|
||||||
{field: 'italien', title: 'Italiano'},
|
{field: 'italien', title: 'Italiano'},
|
||||||
{field: 'portugais', title: 'Português'},
|
{field: 'portugais', title: 'Português'},
|
||||||
{field: 'japonais', title: '日本語'},
|
|
||||||
{field: 'coreen', title: '한국어'},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const langToArray = parole => {
|
const langToArray = parole => {
|
||||||
|
|||||||
Reference in New Issue
Block a user