diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 23:16:37 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 23:16:37 +0100 |
| commit | 69628390815254297bbd8c95436f6780fa846fae (patch) | |
| tree | df6114043e489bf5d767ac39f0d20636e12cf3a2 /settings/accounts/services | |
| parent | ff1c2efe40bf53c146b4a2e3b5046ae8ecb32264 (diff) | |
Translations fixed and other stuff
Diffstat (limited to 'settings/accounts/services')
| -rw-r--r-- | settings/accounts/services/mastodon-microblog.service | 1 | ||||
| -rw-r--r-- | settings/accounts/services/mastodon-sharing.service | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/settings/accounts/services/mastodon-microblog.service b/settings/accounts/services/mastodon-microblog.service index bbc5945..703b3c5 100644 --- a/settings/accounts/services/mastodon-microblog.service +++ b/settings/accounts/services/mastodon-microblog.service @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <service id="mastodon-microblog"> <type>microblogging</type> + <translations>/usr/share/translations/settings-accounts-mastodon</translations> <name>Posts</name> <icon>image://theme/icon-l-mastodon</icon> <provider>mastodon</provider> diff --git a/settings/accounts/services/mastodon-sharing.service b/settings/accounts/services/mastodon-sharing.service index 19e3e24..cbf007d 100644 --- a/settings/accounts/services/mastodon-sharing.service +++ b/settings/accounts/services/mastodon-sharing.service @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <service id="mastodon-sharing"> <type>sharing</type> + <translations>/usr/share/translations/settings-accounts-mastodon</translations> <name>Sharing</name> <icon>image://theme/icon-l-mastodon</icon> <provider>mastodon</provider> |
