Skip to content

Commit

Permalink
fix: Shader pack UI i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 28, 2023
1 parent 5f642e7 commit 526c233
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions xmcl-keystone-ui/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ shaderPack:
name: Shader Pack
'off': 'Off'
offDescription: Turn off the shader
showDirectory: Show shader pack directory
showFile: Show this shader pack in folder
summery: Summery
tag:
Expand Down
1 change: 1 addition & 0 deletions xmcl-keystone-ui/locales/zh-CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ shaderPack:
name: 光影包
'off':
offDescription: 关闭 shader 引擎
showDirectory: 显示光影文件夹
showFile: 在文件夹中显示此 shader pack
summery: 简介
tag:
Expand Down
4 changes: 2 additions & 2 deletions xmcl-keystone-ui/src/views/ShaderPackActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<v-icon>folder</v-icon>
</v-btn>
<v-btn
<!-- <v-btn
v-shared-tooltip="t('instance.addMod')"
icon
large
Expand All @@ -17,7 +17,7 @@
<v-icon>
playlist_add
</v-icon>
</v-btn>
</v-btn> -->
</div>
</template>
<script lang="ts" setup>
Expand Down

0 comments on commit 526c233

Please sign in to comment.