1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

fix(i18n): 通知タイプのcreateTokenが抜けていたのを修正 (#15663)

This commit is contained in:
lqvp
2025-03-16 11:27:41 +09:00
committed by GitHub
parent 9599261fc3
commit 4fef9c670a
2 changed files with 5 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -9785,6 +9785,10 @@ export interface Locale extends ILocale {
* ログイン
*/
"login": string;
/**
* アクセストークンの作成
*/
"createToken": string;
/**
* 通知のテスト
*/