mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 20:54:19 +00:00
19 lines
758 B
JavaScript
19 lines
758 B
JavaScript
export const LANGUAGES = [
|
|
{ text: 'Commun', value: 'commun' },
|
|
{ text: 'Elfe', value: 'elfe' },
|
|
{ text: 'Géant', value: 'géant' },
|
|
{ text: 'Gnome', value: 'gnome' },
|
|
{ text: 'Gobelin', value: 'gobelin' },
|
|
{ text: 'Halfelin', value: 'halfelin' },
|
|
{ text: 'Nain', value: 'nain' },
|
|
{ text: 'Orc', value: 'orc' },
|
|
{ text: 'Abyssal', value: 'abyssal' },
|
|
{ text: 'Céleste', value: 'céleste' },
|
|
{ text: 'Commun des profondeurs', value: 'commun des profondeurs' },
|
|
{ text: 'Draconique', value: 'draconique' },
|
|
{ text: 'Infernal', value: 'infernal' },
|
|
{ text: 'Primordial', value: 'primordial' },
|
|
{ text: 'Noir parler', value: 'noir parler' },
|
|
{ text: 'Sselish', value: 'sselish' },
|
|
{ text: 'Sylvestre', value: 'sylvestre' },
|
|
]
|