Add french translations 🇫🇷

This PR adds support for french translations into Lume.
This commit is contained in:
Anthony Robin
2024-02-11 17:09:59 +01:00
parent 0191180f31
commit 3488f05960
2 changed files with 296 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ export const FETCH_LIMIT = 20;
export const LANGUAGES = [
{ label: "English", code: "en" },
{ label: "Japanese", code: "ja" },
{ label: "Français", code: "fr" },
];
export const NOSTR_MENTIONS = [