[Android] Fix formatting in pt-BR string translation.

Rogério Brito git at videolan.org
Wed Feb 21 10:18:48 CET 2018


vlc-android | branch: master | Rogério Brito <rbrito at ime.usp.br> | Wed Feb 21 10:10:16 2018 +0100| [c632c2f6ecb5e7bded502a774a37091cc78bbfb6] | committer: Geoffrey Métais

Fix formatting in pt-BR string translation.

Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>

Close #518

> https://code.videolan.org/videolan/vlc-android/commit/c632c2f6ecb5e7bded502a774a37091cc78bbfb6
---

 vlc-android/res/values-pt-rBR/strings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/values-pt-rBR/strings.xml b/vlc-android/res/values-pt-rBR/strings.xml
index 8b04adc85..2e5232829 100644
--- a/vlc-android/res/values-pt-rBR/strings.xml
+++ b/vlc-android/res/values-pt-rBR/strings.xml
@@ -60,7 +60,7 @@
         <item quantity="other">%d sub pastas</item>
     </plurals>
     <plurals name="mediafiles_quantity">
-        <item quantity="one">$d arquivo de mídia</item>
+        <item quantity="one">%d arquivo de mídia</item>
         <item quantity="other">%d arquivos de mídia</item>
     </plurals>
     <plurals name="videos_quantity">



More information about the Android mailing list