Add french translations 🇫🇷

This PR adds support for french translations into Lume.
This commit is contained in:
Anthony Robin
2024-02-10 17:48:09 +01:00
parent 0191180f31
commit 3488f05960
2 changed files with 296 additions and 0 deletions

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 = [