Skip to content

Commit

Permalink
fix(frontend): localeの型を生成 (#15285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Jan 15, 2025
1 parent 002e939 commit 6653233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ export interface Locale extends ILocale {
* リンクをコピー
*/
"copyLink": string;
/**
* リモートのリンクをコピー
*/
"copyRemoteLink": string;
/**
* リノートのリンクをコピー
*/
Expand Down

0 comments on commit 6653233

Please sign in to comment.