mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
fix(frontend): localeの型を生成 (#15285)
This commit is contained in:
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;
|
||||
/**
|
||||
* リノートのリンクをコピー
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user