1
0

teach the locale system that sometimes braces are just braces

This commit is contained in:
dakkar
2024-06-12 15:06:01 +01:00
parent d53df1c5d2
commit f7898fa89d
5 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -3029,9 +3029,9 @@ export interface Locale extends ILocale {
*/
"searchEngineOther": string;
/**
* カスタム URI は、"https://www.google.com/search?q={query}" や "https://www.google.com/search?q=%s" のような形式で入力する必要があります。
* カスタム URI は、"https://www.google.com/search?q=\{query}" や "https://www.google.com/search?q=%s" のような形式で入力する必要があります。
*/
"searchEngineCustomURIDescription": ParameterizedString<"query">;
"searchEngineCustomURIDescription": string;
/**
* カスタム URI
*/