mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Added qq translation strings & removed unused strings
Using qq instead of qqq because Android doesn't support 3 letter language codes
This commit is contained in:
parent
ba76b5fe0f
commit
df950dec50
3 changed files with 43 additions and 10 deletions
7
commons/res/values-qq/error.xml
Normal file
7
commons/res/values-qq/error.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="crash_dialog_title">Title of dialog to show when the app crashes</string>
|
||||
<string name="crash_dialog_text">Humorous and non-sensical reasoning for why the app crashed.</string>
|
||||
<string name="crash_dialog_comment_prompt">Prompt asking people to enter info about what they were doing when the app crashed</string>
|
||||
<string name="crash_dialog_ok_toast">Toast to be displayed once someone sends an error report thanking them</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue