summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2024-03-14 18:18:32 +0900
committertamaina <tamaina@hotmail.co.jp>2024-03-14 18:18:32 +0900
commit71d0538647684d67de1b15467f890bd65ffc770d (patch)
treee3e35affd274b8cb24b2cfbf341a45f0eda82a9f
parentfix(dev): vscode-jest: Deprecated: Please use jest.runMode instead. (diff)
downloadsharkey-71d0538647684d67de1b15467f890bd65ffc770d.tar.gz
sharkey-71d0538647684d67de1b15467f890bd65ffc770d.tar.bz2
sharkey-71d0538647684d67de1b15467f890bd65ffc770d.zip
fix(frontend): update locales/index.d.ts
-rw-r--r--locales/index.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 53c3159da6..87065e1d37 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -6805,6 +6805,10 @@ export interface Locale extends ILocale {
* ソースを表示
*/
"viewSource": string;
+ /**
+ * ログを表示
+ */
+ "viewLog": string;
};
"_preferencesBackups": {
/**