Character count in firefox plugin
Build LinkLog Development Image / development-image (push) Successful in 8s

This commit is contained in:
2026-09-06 10:48:07 +02:00
parent 443aff8323
commit 0e04c583a6
13 changed files with 141 additions and 6 deletions
+25
View File
@@ -181,5 +181,30 @@
},
"signedOut": {
"message": "Signed out"
},
"characterCount": {
"message": "$USED$/$LIMIT$ characters",
"placeholders": {
"used": {
"content": "$1"
},
"limit": {
"content": "$2"
}
}
},
"characterCountOverLimit": {
"message": "$USED$/$LIMIT$ characters - exceeds the Mastodon post limit by $OVER$",
"placeholders": {
"used": {
"content": "$1"
},
"limit": {
"content": "$2"
},
"over": {
"content": "$3"
}
}
}
}