Add german translation (#550)
* Add german translation * Add german language option * Fix missing german translation * Alphabetical order for languages * Sort Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
committed by
Christopher Chedeau
parent
413c387c7c
commit
5fd6c4d853
@ -15,6 +15,7 @@ export function parseDetectedLang(lng: string | undefined): string {
|
||||
}
|
||||
|
||||
export const languages = [
|
||||
{ lng: "de", label: "Deutsch" },
|
||||
{ lng: "en", label: "English" },
|
||||
{ lng: "es", label: "Español" },
|
||||
{ lng: "fr", label: "Français" },
|
||||
|
Reference in New Issue
Block a user