fix(i18n): 通知タイプのcreateTokenが抜けていたのを修正 (#15663)
This commit is contained in:
Vendored
+4
@@ -9785,6 +9785,10 @@ export interface Locale extends ILocale {
|
||||
* ログイン
|
||||
*/
|
||||
"login": string;
|
||||
/**
|
||||
* アクセストークンの作成
|
||||
*/
|
||||
"createToken": string;
|
||||
/**
|
||||
* 通知のテスト
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user