diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-28 16:09:33 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-28 16:09:33 +0000 |
commit | d7f85cb471038498332195c9a1bdea794ec32068 (patch) | |
tree | 3fbaa1c7caefc94cdb666bbd7c6aef94731231bc /app/src/main/res/xml | |
parent | f5320c1e60fbc9e967c11189a3da00fd8b440278 (diff) | |
download | infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.gz infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.bz2 infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.lz infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.xz infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.tar.zst infinity-for-reddit-d7f85cb471038498332195c9a1bdea794ec32068.zip |
Add translation contributors in Settigs->About->Translation.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/about_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml index a73f9aaa..74a17eaa 100644 --- a/app/src/main/res/xml/about_preferences.xml +++ b/app/src/main/res/xml/about_preferences.xml @@ -11,6 +11,11 @@ app:fragment="ml.docilealligator.infinityforreddit.Settings.CreditsPreferenceFragment" /> <Preference + android:key="translation" + app:title="@string/settings_translation" + app:fragment="ml.docilealligator.infinityforreddit.Settings.TranslationFragment"/> + + <Preference android:key="open_source" app:title="@string/settings_open_source_title" app:summary="@string/settings_open_source_summary" /> |