mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-23 00:37:33 -04:00
Add translation platform details in about page (#656)
This commit is contained in:
@@ -131,6 +131,17 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/translate_sub"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="2dp"
|
||||
android:text="@string/translate_platform"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:textSize="16sp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/translate_main"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -257,4 +257,5 @@
|
||||
<string name="report_error">Report Error</string>
|
||||
<string name="action_show_details">Show details</string>
|
||||
<string name="action_hide_details">Hide details</string>
|
||||
<string name="translate_platform">on Weblate</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user