Skip to content

Commit

Permalink
fix(frontend): run pnpm build-assets (#14077)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Jun 23, 2024
1 parent b269c43 commit b95a045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9761,7 +9761,7 @@ export interface Locale extends ILocale {
"_dataSaver": {
"_media": {
/**
* メディアの読み込み
* メディアの読み込みを無効化
*/
"title": string;
/**
Expand All @@ -9771,7 +9771,7 @@ export interface Locale extends ILocale {
};
"_avatar": {
/**
* アイコン画像
* アイコン画像のアニメーションを無効化
*/
"title": string;
/**
Expand All @@ -9781,7 +9781,7 @@ export interface Locale extends ILocale {
};
"_urlPreview": {
/**
* URLプレビューのサムネイル
* URLプレビューのサムネイルを非表示
*/
"title": string;
/**
Expand All @@ -9791,7 +9791,7 @@ export interface Locale extends ILocale {
};
"_code": {
/**
* コードハイライト
* コードハイライトを非表示
*/
"title": string;
/**
Expand Down

0 comments on commit b95a045

Please sign in to comment.