Skip to content
Snippets Groups Projects
Commit 6029b1ca authored by syuilo's avatar syuilo
Browse files

Add french

parent 09937aff
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ const native = loadLang('ja');
const langs = {
'en': loadLang('en'),
'fr': loadLang('fr'),
'ja': native
};
......
......@@ -75,6 +75,7 @@
<el-option-group label="言語を指定">
<el-option label="ja-JP" value="ja"/>
<el-option label="en-US" value="en"/>
<el-option label="fr" value="fr"/>
</el-option-group>
</el-select>
<div class="none ui info">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment