diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 10:33:25 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 10:33:25 +0000 |
| commit | 835e76152e982bc6f8bfc09d7afa1aba4d872367 (patch) | |
| tree | 37632f56ebf45c7841a9960266fdaebfd5e00417 /locales/index.d.ts | |
| parent | merge: Fix hidden hashtags showing on the explore / trending page (!1014) (diff) | |
| parent | rename SkWordMuteTest to SkPatternTest (diff) | |
| download | sharkey-835e76152e982bc6f8bfc09d7afa1aba4d872367.tar.gz sharkey-835e76152e982bc6f8bfc09d7afa1aba4d872367.tar.bz2 sharkey-835e76152e982bc6f8bfc09d7afa1aba4d872367.zip | |
merge: Add pattern checker for word mutes (resolves #1003) (!1020)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1020
Closes #1003
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index da1e522756..dc41c96a96 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13005,6 +13005,30 @@ export interface Locale extends ILocale { */ "text": string; }; + /** + * Test patterns + */ + "wordMuteTestLabel": string; + /** + * Enter some text here to test your word patterns. The matched words, if any, will be displayed below. + */ + "wordMuteTestDescription": string; + /** + * Test + */ + "wordMuteTestTest": string; + /** + * Matched words: {words} + */ + "wordMuteTestMatch": ParameterizedString<"words">; + /** + * No results yet, enter some text and click "Test" to check it. + */ + "wordMuteTestNoResults": string; + /** + * Text does not match any patterns. + */ + "wordMuteTestNoMatch": string; } declare const locales: { [lang: string]: Locale; |