Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/142236

Change subject: Add credit to translatewiki.net translators
......................................................................

Add credit to translatewiki.net translators

Change-Id: I0033647c6305df5d1b5261c818ed28e70725379f
---
M wikipedia/res/layout/activity_about.xml
M wikipedia/res/values-qq/strings.xml
M wikipedia/res/values/strings.xml
3 files changed, 24 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/36/142236/1

diff --git a/wikipedia/res/layout/activity_about.xml 
b/wikipedia/res/layout/activity_about.xml
index 0739a46..77597a8 100644
--- a/wikipedia/res/layout/activity_about.xml
+++ b/wikipedia/res/layout/activity_about.xml
@@ -96,6 +96,25 @@
         <TextView
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
+                android:layout_marginTop="8dp"
+                android:layout_marginBottom="8dp"
+                style="?android:textAppearanceSmall"
+                android:fontFamily="serif"
+                android:text="@string/about_translators_heading"
+                android:textColor="#888"
+                />
+        <TextView
+                android:layout_width="match_parent" 
android:layout_height="wrap_content"
+                android:text="@string/about_translators_translatewiki"
+                style="?android:textAppearanceSmall"
+                android:lineSpacingMultiplier="1.2"
+                android:textColor="#555"
+                android:layout_marginBottom="8dp"
+                />
+
+        <TextView
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
                 style="?android:textAppearanceSmall"
                 android:fontFamily="serif"
                 android:text="@string/about_libraries_heading"
@@ -140,4 +159,4 @@
         </LinearLayout>
 
     </LinearLayout>
-</ScrollView>
\ No newline at end of file
+</ScrollView>
diff --git a/wikipedia/res/values-qq/strings.xml 
b/wikipedia/res/values-qq/strings.xml
index 699c63f..9554bac 100644
--- a/wikipedia/res/values-qq/strings.xml
+++ b/wikipedia/res/values-qq/strings.xml
@@ -223,6 +223,8 @@
   <string name="about_libraries_heading">Heading for section that lists the 
libraries that have been used in the app</string>
   <string name="about_contributors_heading">Heading for section that lists the 
people who have contributed to the app.
 {{Identical|Contributor}}</string>
+  <string name="about_translators_heading">Heading for section that gives 
credit to translatewiki transators.</string>
+  <string name="about_translators_translatewiki">Credit given to translatewiki 
translators. Please don't translate the link and the site title.</string>
   <string name="about_wmf">Text and link specifying that this app was 
developed by the Wikimedia Foundation</string>
   <string name="about_activity_title">{{Identical|About}}</string>
   <string name="edit_unchanged">Message displayed when the user tries to save 
a page when no modifications were made.</string>
diff --git a/wikipedia/res/values/strings.xml b/wikipedia/res/values/strings.xml
index 8be59c8..b12648a 100644
--- a/wikipedia/res/values/strings.xml
+++ b/wikipedia/res/values/strings.xml
@@ -163,6 +163,8 @@
     <string name="about_privacy_policy"><![CDATA[<a 
href="http://wikimediafoundation.org/wiki/Privacy_policy";>Privacy 
Policy</a>]]></string>
     <string name="about_libraries_heading">libraries used</string>
     <string name="about_contributors_heading">contributors</string>
+    <string name="about_translators_heading">translators</string>
+    <string name="about_translators_translatewiki"><![CDATA[This app was 
translated by the volunteer translators at <a 
href="https://translatewiki.net";>translatewiki.net</a>.]]></string>
     <string name="about_wmf"><![CDATA[A product of the <a 
href="http://wikimediafoundation.org/wiki/Home";>Wikimedia 
Foundation</a>]]></string>
     <string name="about_activity_title">About</string>
     <string name="edit_unchanged">The page has not been modified.</string>

-- 
To view, visit https://gerrit.wikimedia.org/r/142236
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0033647c6305df5d1b5261c818ed28e70725379f
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to