feat: 添加西班牙语与俄语适配 #89
@ -67,8 +67,12 @@
|
||||
<el-dropdown-menu>
|
||||
<el-dropdown-item command="zh">简体中文</el-dropdown-item>
|
||||
<el-dropdown-item command="en">English</el-dropdown-item>
|
||||
<el-dropdown-item command="es">Español</el-dropdown-item>
|
||||
<el-dropdown-item command="ru">Русский</el-dropdown-item>
|
||||
<el-dropdown-item command="es"
|
||||
>Español(Machine Translate)</el-dropdown-item
|
||||
>
|
||||
<el-dropdown-item command="ru"
|
||||
>Русский(Machine Translate)</el-dropdown-item
|
||||
>
|
||||
</el-dropdown-menu>
|
||||
</template>
|
||||
</el-dropdown>
|
||||
@ -142,8 +146,12 @@
|
||||
<el-dropdown-menu>
|
||||
<el-dropdown-item command="zh">简体中文</el-dropdown-item>
|
||||
<el-dropdown-item command="en">English</el-dropdown-item>
|
||||
<el-dropdown-item command="es">Español</el-dropdown-item>
|
||||
<el-dropdown-item command="ru">Русский</el-dropdown-item>
|
||||
<el-dropdown-item command="es"
|
||||
>Español(Machine Translate)</el-dropdown-item
|
||||
>
|
||||
<el-dropdown-item command="ru"
|
||||
>Русский(Machine Translate)</el-dropdown-item
|
||||
>
|
||||
</el-dropdown-menu>
|
||||
</template>
|
||||
</el-dropdown>
|
||||
|
||||
Reference in New Issue
Block a user