mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 02:49:57 +02:00
Add french translation (#522)
* Add french translation * improve fill translation * forget accent on select translation
This commit is contained in:

committed by
David Luzar

parent
e8c909e35c
commit
990e064c13
@@ -16,7 +16,8 @@ export function parseDetectedLang(lng: string | undefined): string {
|
||||
|
||||
export const languages = [
|
||||
{ lng: "en", label: "English" },
|
||||
{ lng: "es", label: "Español" }
|
||||
{ lng: "es", label: "Español" },
|
||||
{ lng: "fr", label: "Français" }
|
||||
];
|
||||
|
||||
i18n
|
||||
|
Reference in New Issue
Block a user