mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add french translation (#522)
* Add french translation * improve fill translation * forget accent on select translation
This commit is contained in:
parent
e8c909e35c
commit
990e064c13
2 changed files with 68 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue