mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-27 03:31:37 +09:00
fix(frontend): localeの型を生成 (#15285)
This commit is contained in:
parent
002e939003
commit
66532333cd
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@ -210,6 +210,10 @@ export interface Locale extends ILocale {
|
||||
* リンクをコピー
|
||||
*/
|
||||
"copyLink": string;
|
||||
/**
|
||||
* リモートのリンクをコピー
|
||||
*/
|
||||
"copyRemoteLink": string;
|
||||
/**
|
||||
* リノートのリンクをコピー
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user