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

@@ -5,7 +5,7 @@
<div>
<p>
Allowed commands:
{{ $t("Allowed commands:") }}
<template v-for="(command, index) in allowedCommandList" :key="command">
<code>{{ command }}</code>