aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-13 16:37:08 -0700
committerAllan Wang <me@allanwang.ca>2019-06-13 16:37:08 -0700
commit5094c9f259bdca4f6be7472016cceeb289dae21e (patch)
tree8cbd83c729c2245011dc69c0765e73108aaa3caa /app
parentacd75b5bd9d56e0e586fb047c09649d35f823bd1 (diff)
downloadfrost-5094c9f259bdca4f6be7472016cceeb289dae21e.tar.gz
frost-5094c9f259bdca4f6be7472016cceeb289dae21e.tar.bz2
frost-5094c9f259bdca4f6be7472016cceeb289dae21e.zip
Fix multi entry formats, resolves #1428
Diffstat (limited to 'app')
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/values-fr-rFR/strings.xml2
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml2
-rw-r--r--app/src/main/res/values/strings.xml2
-rw-r--r--app/src/main/res/xml/frost_changelog.xml2
5 files changed, 6 insertions, 5 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index 3c3943fb..009f4196 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -5,4 +5,5 @@ v2.3.0
* Update theme
* Update translations
* Add fingerprint unlock screen
-* Fix messenger redirect \ No newline at end of file
+* Fix messenger redirect
+* Lots of internal updates \ No newline at end of file
diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml
index 7f9b4233..9c752040 100644
--- a/app/src/main/res/values-fr-rFR/strings.xml
+++ b/app/src/main/res/values-fr-rFR/strings.xml
@@ -56,7 +56,7 @@
The first element is the day, and the second element is the time
-->
- <string name="time_template">%1s à %2s</string>
+ <string name="time_template">%1$s à %2$s</string>
<string name="disclaimer">Clause de non-responsabilité</string>
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 10ae1056..86f0bd4a 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -57,7 +57,7 @@
The first element is the day, and the second element is the time
-->
- <string name="time_template">%1s às %2s</string>
+ <string name="time_template">%1$s às %2$s</string>
<string name="disclaimer">Aviso Legal</string>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 29d00a6f..c2660c6a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -74,7 +74,7 @@
The first element is the day, and the second element is the time
-->
- <string name="time_template">%1s at %2s</string>
+ <string name="time_template">%1$s at %2$s</string>
<string name="disclaimer">Disclaimer</string>
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index 3e4f9036..94c4fcdf 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -13,7 +13,7 @@
<item text="Update translations" />
<item text="Add fingerprint unlock screen" />
<item text="Fix messenger redirect" />
- <item text="" />
+ <item text="Lots of internal updates" />
<item text="" />
<item text="" />
<item text="" />