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>
This commit is contained in:
commit
835e76152e
7 changed files with 157 additions and 43 deletions
24
locales/index.d.ts
vendored
24
locales/index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue