summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-06-04 15:03:01 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-06-04 19:09:03 -0400
commit25174e837affc0b4eaaa2fe3a68b940bc498027d (patch)
treecfd3ccfb6aa8aca36c5c4f1c94f8a9bda9207bf2 /locales
parentuse responsive gaps between note toolbar items (diff)
downloadsharkey-25174e837affc0b4eaaa2fe3a68b940bc498027d.tar.gz
sharkey-25174e837affc0b4eaaa2fe3a68b940bc498027d.tar.bz2
sharkey-25174e837affc0b4eaaa2fe3a68b940bc498027d.zip
allow note toolbar to scroll
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
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 182cf03284..6217a08425 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -13233,6 +13233,10 @@ export interface Locale extends ILocale {
* Enabled (copy CW and prepend "RE:")
*/
"keepCwPrependRe": string;
+ /**
+ * Note controls
+ */
+ "noteFooterLabel": string;
}
declare const locales: {
[lang: string]: Locale;