Added Fr language and added missing translation keys (#66)

* Added Fr language and added missing translation keys

* forgotten key

* forgotten key

* fix
This commit is contained in:
Cyril59310
2023-11-19 10:19:33 +01:00
committed by GitHub
parent 53b052c1e5
commit 03bc2b6a34
10 changed files with 151 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ import { createI18n } from "vue-i18n/dist/vue-i18n.esm-browser.prod.js";
import en from "./lang/en.json";
const languageList = {
"fr": "Français",
};