1
0

Merge branch 'develop' into future-2024-05-31

This commit is contained in:
dakkar
2024-06-13 09:06:24 +01:00
44 changed files with 223 additions and 79 deletions
+20
View File
@@ -3052,6 +3052,22 @@ export interface Locale extends ILocale {
*
*/
"loadRawImages": string;
/**
* MFMの検索エンジン
*/
"searchEngine": string;
/**
*
*/
"searchEngineOther": string;
/**
* URI "https://www.google.com/search?q=\{query}" "https://www.google.com/search?q=%s"
*/
"searchEngineCustomURIDescription": string;
/**
* URI
*/
"searchEngineCusomURI": string;
/**
*
*/
@@ -7304,6 +7320,10 @@ export interface Locale extends ILocale {
*
*/
"projectMembers": string;
/**
*
*/
"testers": string;
};
"_displayOfSensitiveMedia": {
/**