From 5094c9f259bdca4f6be7472016cceeb289dae21e Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 13 Jun 2019 16:37:08 -0700 Subject: Fix multi entry formats, resolves #1428 --- app/src/main/play/en-US/whatsnew | 3 ++- app/src/main/res/values-fr-rFR/strings.xml | 2 +- app/src/main/res/values-pt-rBR/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- app/src/main/res/xml/frost_changelog.xml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) (limited to 'app') 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 --> - %1s à %2s + %1$s à %2$s Clause de non-responsabilité 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 --> - %1s às %2s + %1$s às %2$s Aviso Legal 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 --> - %1s at %2s + %1$s at %2$s Disclaimer 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 @@ - + -- cgit v1.2.3