You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ntfy-notifications): use Logger tag syntax and translation interpolations
- Use Logger.x("ntfy", ...) instead of Logger.x("[ntfy] ...")
- Replace .replace("%1", val) with pluginApi?.tr(key, { count: val })
- Update i18n strings to use {count} interpolation
0 commit comments