diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-26 22:38:11 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-09-26 22:38:11 -0400 |
commit | 5382d8222915727a47c36f0e7ac280c701dbfcdf (patch) | |
tree | f854cdc4c13c1491ab624f647c96c532681350e5 /app | |
parent | b5fd2216ca4b4861ca1fa1e89ce5b70b27ae926f (diff) | |
download | frost-5382d8222915727a47c36f0e7ac280c701dbfcdf.tar.gz frost-5382d8222915727a47c36f0e7ac280c701dbfcdf.tar.bz2 frost-5382d8222915727a47c36f0e7ac280c701dbfcdf.zip |
Move strings
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/values/strings_no_translate.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c8a97c92..b3cf823e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,9 +1,4 @@ <resources> - <string name="dev_email" translatable="false">pitchedapps@gmail.com</string> - <string name="dev_paypal" translatable="false">https://www.paypal.me/Allanw9</string> - <string name="paypal" translatable="false">PayPal</string> - <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string> - <!--Tabs--> <string name="feed">Feed</string> diff --git a/app/src/main/res/values/strings_no_translate.xml b/app/src/main/res/values/strings_no_translate.xml new file mode 100644 index 00000000..6b35ad64 --- /dev/null +++ b/app/src/main/res/values/strings_no_translate.xml @@ -0,0 +1,6 @@ +<resources> + <string name="dev_email" translatable="false">pitchedapps@gmail.com</string> + <string name="dev_paypal" translatable="false">https://www.paypal.me/Allanw9</string> + <string name="paypal" translatable="false">PayPal</string> + <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string> +</resources> diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 2962a508..b3bf851a 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,7 +6,7 @@ <item text="" /> --> - <version title="v1.5.4"/> + <version title="v1.5.5"/> <item text="Numerous bug fixes in KAU" /> <item text="Set background back to white on non facebook pages" /> <item text="Make read notification/message colors more obvious" /> |