Skip to content

Commit fc8afa4

Browse files
committed
Add thanks note
1 parent f658084 commit fc8afa4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/src/main/res/xml/preferences_acknowledgements.xml

+9
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@
4949
android:action="android.intent.action.VIEW"
5050
android:data="https://github.com/furiousMAC/continuity" />
5151
</eu.darken.capod.common.preferences.IntentPreference>
52+
<eu.darken.capod.common.preferences.IntentPreference
53+
android:key="thanks.crowdin"
54+
android:summary="For supporting translation of open-source projects"
55+
android:title="crowdin.com"
56+
app:iconSpaceReserved="false">
57+
<intent
58+
android:action="android.intent.action.VIEW"
59+
android:data="https://crowdin.com/" />
60+
</eu.darken.capod.common.preferences.IntentPreference>
5261
</PreferenceCategory>
5362

5463
<PreferenceCategory

0 commit comments

Comments
 (0)