summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-06-05 11:55:18 +0000
committerHazelnoot <acomputerdog@gmail.com>2025-06-05 11:55:18 +0000
commitc6874c4983ccb9d8bf2d7ad1f274ef260858f88d (patch)
tree6a1ecd3a58adf0a9a1b47b0d41ebf1bc14359988 /locales
parentmerge: Report admin UX improvements (!1060) (diff)
parentallow note toolbar to scroll (diff)
downloadsharkey-c6874c4983ccb9d8bf2d7ad1f274ef260858f88d.tar.gz
sharkey-c6874c4983ccb9d8bf2d7ad1f274ef260858f88d.tar.bz2
sharkey-c6874c4983ccb9d8bf2d7ad1f274ef260858f88d.zip
merge: Allow note footer bar to shrink responsively and scroll on overflow (resolves #1057) (!1094)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1094 Closes #1057 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 826716f7d0..33b63e44c5 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -13241,6 +13241,10 @@ export interface Locale extends ILocale {
* Enabled (copy CW and prepend "RE:")
*/
"keepCwPrependRe": string;
+ /**
+ * Note controls
+ */
+ "noteFooterLabel": string;
}
declare const locales: {
[lang: string]: Locale;