feat(notification-filters): start implementing this
i am pushing to master because I am THUG LIFE. Jk, its because I wanna throw these strings on weblate
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/filter_notifications"
|
||||
android:icon="@drawable/ic_fluent_filter_24_regular"
|
||||
android:showAsAction="always"
|
||||
android:visible="false"
|
||||
android:title="@string/mo_filter_notifications" />
|
||||
<item
|
||||
android:id="@+id/follow_requests"
|
||||
android:icon="@drawable/ic_follow_requests_24_badged"
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
<string name="mo_instance_info_moderated_servers">Moderated servers</string>
|
||||
<string name="mo_severity_silence">Silenced</string>
|
||||
<string name="mo_severity_suspend">Blocked</string>
|
||||
<string name="mo_filter_notifications">Filter notifications</string>
|
||||
|
||||
<string name="mo_repo_url" translatable="false">https://github.com/LucasGGamerM/moshidon</string>
|
||||
<string name="mo_donate_url" translatable="false">https://github.com/sponsors/LucasGGamerM</string>
|
||||
|
||||
Reference in New Issue
Block a user