diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-09-26 18:27:53 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-09-26 18:27:53 +0900 |
| commit | c5f9c0ce5c0fbfd720d6d4100fda89252abadee4 (patch) | |
| tree | 04eb90b7f295eae783a6c8f740b922ec6c5b1b73 /locales/index.d.ts | |
| parent | Bump version to 2025.9.1-alpha.2 (diff) | |
| download | misskey-c5f9c0ce5c0fbfd720d6d4100fda89252abadee4.tar.gz misskey-c5f9c0ce5c0fbfd720d6d4100fda89252abadee4.tar.bz2 misskey-c5f9c0ce5c0fbfd720d6d4100fda89252abadee4.zip | |
enhance(frontend): add pixelate mask effect
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 43e7d6e2a8..fbe8c30c94 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12429,6 +12429,10 @@ export interface Locale extends ILocale { */ "blur": string; /** + * モザイク + */ + "pixelate": string; + /** * 色調補正 */ "colorAdjust": string; |