We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757a198 commit a6a30e1Copy full SHA for a6a30e1
app/src/main/java/fr/free/nrw/commons/AboutActivity.java
@@ -92,5 +92,6 @@ public void launchPrivacyPolicy(View view) {
92
public void launchFrequentlyAskedQuesions(View view) {
93
Utils.handleWebUrl(this,Uri.parse("https://github.com/commons-app/apps-android-commons/wiki/Frequently-Asked-Questions\\"));
94
}
95
+
96
97
app/src/main/res/values/strings.xml
@@ -245,5 +245,6 @@
245
<string name="about_rate_us"><u>Rate Us</u></string>
246
<string name="about_faq">Frequently Asked Questions</string>
247
<string name="welcome_skip_button">Skip Tutorial</string>
248
+ <string name="about_translate"><u>Translate</u></string>
249
250
</resources>
0 commit comments