diff options
author | 2023-11-01 15:38:19 +0100 | |
---|---|---|
committer | 2023-11-01 15:38:19 +0100 | |
commit | e86fd96ae3b5787252d41b8c49491bb4011d4527 (patch) | |
tree | 8d61d2e77dadcdff3108b80ef7384958f69da0f3 /src/modules/command-palette/command-palette.vue | |
parent | 58de8970f53418e0157b80dff7d162d99815679b (diff) | |
download | it-tools-e86fd96ae3b5787252d41b8c49491bb4011d4527.tar.gz it-tools-e86fd96ae3b5787252d41b8c49491bb4011d4527.tar.zst it-tools-e86fd96ae3b5787252d41b8c49491bb4011d4527.zip |
feat(i18n): language selector (#710)
Diffstat (limited to 'src/modules/command-palette/command-palette.vue')
-rw-r--r-- | src/modules/command-palette/command-palette.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/command-palette/command-palette.vue b/src/modules/command-palette/command-palette.vue index 7531aac..bceef5c 100644 --- a/src/modules/command-palette/command-palette.vue +++ b/src/modules/command-palette/command-palette.vue @@ -116,7 +116,7 @@ function activateOption(option: PaletteOption) { <span flex items-center gap-3 op-40> <icon-mdi-search /> - Search... + {{ $t('search.label') }} <span hidden flex-1 border border-current border-op-40 rounded border-solid px-5px py-3px sm:inline> {{ isMac ? 'Cmd' : 'Ctrl' }} + K |