diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-03 23:55:42 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-03 23:55:42 -0700 |
commit | 53489f9c5a09bfdd6459a8c1c880669ecce69872 (patch) | |
tree | bbe529a4047c99e40198be82c5924d44b3f4d98e /app/src/main | |
parent | 99badbbfad64f69d6699385e1f9a958e5abb8310 (diff) | |
download | frost-53489f9c5a09bfdd6459a8c1c880669ecce69872.tar.gz frost-53489f9c5a09bfdd6459a8c1c880669ecce69872.tar.bz2 frost-53489f9c5a09bfdd6459a8c1c880669ecce69872.zip |
Add translation update to changelog
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 9d047c02..7d32c3ed 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -4,4 +4,5 @@ v2.3.1 * Prevent swipe to refresh if not at the very top * Add vertical swipe to dismiss when viewing images * Add horizontal scroll support for webviews -* Fix theme for F-Droid builds
\ No newline at end of file +* Fix theme for F-Droid builds +* Added Greek translations
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index a0175c2e..a7048756 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -12,6 +12,7 @@ <item text="Add vertical swipe to dismiss when viewing images" /> <item text="Add horizontal scroll support for webviews" /> <item text="Fix theme for F-Droid builds" /> + <item text="Added Greek translations" /> <version title="v2.3.0" /> <item text="Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x" /> |