mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-22 06:18:41 -06:00
fix(frontend): localeの型を生成 (#15285)
This commit is contained in:
parent
002e939003
commit
66532333cd
1 changed files with 4 additions and 0 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -210,6 +210,10 @@ export interface Locale extends ILocale {
|
||||||
* リンクをコピー
|
* リンクをコピー
|
||||||
*/
|
*/
|
||||||
"copyLink": string;
|
"copyLink": string;
|
||||||
|
/**
|
||||||
|
* リモートのリンクをコピー
|
||||||
|
*/
|
||||||
|
"copyRemoteLink": string;
|
||||||
/**
|
/**
|
||||||
* リノートのリンクをコピー
|
* リノートのリンクをコピー
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue