From 9fa6312b342cf0ec4f98cfffffd5fdc172707a33 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Fri, 6 Mar 2020 12:15:43 +0100 Subject: android: Escape apostrophe in Turkish string Missing escaping became apparent after a local gradle update, after which the build failed with > Android resource compilation failed .../android/source/res/values-tr/strings.xml:231:5-73: AAPT: error: unescaped apostrophe in string .../android/source/res/values-tr/strings.xml:231:5-73: AAPT: error: not a valid string. .../android/source/build/intermediates/incremental/mergeStrippedUIReleaseResources/merged.dir/values-tr/values-tr.xml: AAPT: error: file failed to compile. Change-Id: Iaffabfe82ce1a1255919e48dc15bd40ad89d1f90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90098 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- android/source/res/values-tr/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/source/res/values-tr/strings.xml b/android/source/res/values-tr/strings.xml index 583fa5313e13..3bada4ded6be 100644 --- a/android/source/res/values-tr/strings.xml +++ b/android/source/res/values-tr/strings.xml @@ -228,7 +228,7 @@ Uygulama Dili Varsayılan dili değiştir Pdf dışa aktarılamıyor. - Şu konumda pdf'e aktarıldı: + Şu konumda pdf\'e aktarıldı: Cihazınız yazdırmayı desteklemiyor. Hata Bölüm ismi girin. -- cgit