1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 19:04:22 +02:00
This commit is contained in:
syuilo
2026-04-29 15:23:00 +09:00
parent fc97ba41af
commit 27578f2688
7 changed files with 23 additions and 5 deletions

View File

@@ -13307,5 +13307,9 @@ export interface Locale extends ILocale {
* バグ、またはデバイスのリソース不足の可能性が考えられます。
*/
"crushed_description": string;
/**
* アンチエイリアス
*/
"antialiasing": string;
};
}