Skip to content

Commit a06a794

Browse files
fix: Use Literal interpolation in localization files.
See Also: https://vue-i18n.intlify.dev/guide/essentials/syntax#literal-interpolation
1 parent 3b726b8 commit a06a794

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

locales/en/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"AutocompletePlus_Autocompletion_PrefixArtist": {
3535
"name": "String to add before artist tags",
36-
"tooltip": "Text to prepend when inserting an artist tag via autocomplete.\ne.g. '@' -> '@artist_name'."
36+
"tooltip": "Text to prepend when inserting an artist tag via autocomplete.\ne.g. '{'@'}' -> '{'@'}artist_name'."
3737
},
3838
"AutocompletePlus_Autocompletion_ReplaceUnderscoreWithSpace": {
3939
"name": "Replace '_' with 'Space'",

locales/ja/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"AutocompletePlus_Autocompletion_PrefixArtist": {
3535
"name": "アーティストタグの前に追加する文字列",
36-
"tooltip": "オートコンプリートからアーティストタグを挿入する際に付加する文字列。\n例: '@' -> '@artist_name'"
36+
"tooltip": "オートコンプリートからアーティストタグを挿入する際に付加する文字列。\n例: '{'@'}' -> '{'@'}artist_name'."
3737
},
3838
"AutocompletePlus_Autocompletion_ReplaceUnderscoreWithSpace": {
3939
"name": "'_' を 'スペース' に置き換える",

locales/zh-TW/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"AutocompletePlus_Autocompletion_PrefixArtist": {
3535
"name": "在藝術家標籤前添加的字串",
36-
"tooltip": "透過自動完成插入藝術家標籤時,在標籤前添加的文字。\n例: '@' -> '@artist_name'"
36+
"tooltip": "透過自動完成插入藝術家標籤時,在標籤前添加的文字。\n例: '{'@'}' -> '{'@'}artist_name'."
3737
},
3838
"AutocompletePlus_Autocompletion_ReplaceUnderscoreWithSpace": {
3939
"name": "將'_'替換為'空格'",

locales/zh/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"AutocompletePlus_Autocompletion_PrefixArtist": {
3535
"name": "在艺术家标签前添加的字符串",
36-
"tooltip": "通过自动完成插入艺术家标签时,在标签前添加的文本。\n例: '@' -> '@artist_name'"
36+
"tooltip": "通过自动完成插入艺术家标签时,在标签前添加的文本。\n例: '{'@'}' -> '{'@'}artist_name'."
3737
},
3838
"AutocompletePlus_Autocompletion_ReplaceUnderscoreWithSpace": {
3939
"name": "将'_'替换为'空格'",

0 commit comments

Comments
 (0)