From d4842531d21ed47dc5337b99cc314c23855a7064 Mon Sep 17 00:00:00 2001 From: Kaartic Sivaraam Date: Wed, 17 Jul 2024 10:51:43 +0530 Subject: [PATCH] Mark a string as not for formatting The wikipedia instruction step 6 has a link in it. When translated, the translators replace the english version of the link with the local version. The links sometimes includes percent encoded characters which is being interpreted as a format string. To avoid the same, mark it as not formatted. --- app/src/main/res/values-sl/strings.xml | 2 +- app/src/main/res/values-zh-rTW/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index d5dd1d04ae..29578af5a7 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -617,7 +617,7 @@ 3. V članku poiščite ustrezen razdelek za svojo sliko. 4. Kliknite ikono Uredi (svinčnik) tega razdelka. 5. Prilepite vikibesedilo na ustrezno mesto. - 6. Po potrebi vikibesedilo uredite, da popravite položaj slike. Za več informacij glejte <a href=\"https://sl.wikipedia.org/wiki/Wikipedija:Raz%C5%A1irjena_skladnja_za_slike\">tukaj</a>. + 6. Po potrebi vikibesedilo uredite, da popravite položaj slike. Za več informacij glejte <a href=\"https://sl.wikipedia.org/wiki/Wikipedija:Raz%C5%A1irjena_skladnja_za_slike\">tukaj</a>. 7. Objavite članek. Kopiraj vikibesedilo v odložišče premor diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index e8e4931c2a..6941e2ecb1 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -625,7 +625,7 @@ 3. 尋找適合插入您的圖片的章節。 4. 點擊章節裡的編輯按鈕(為筆狀模樣的圖案)。 5. 將wikitext貼到適當的位置。 - 6. 若有需要,可編輯wikitext來調整到適當的定位。更多相關資訊請查看<a href=\"https://zh.wikipedia.org/wiki/Help:%E5%9B%BE%E5%83%8F\">此頁面</a>。 + 6. 若有需要,可編輯wikitext來調整到適當的定位。更多相關資訊請查看<a href=\"https://zh.wikipedia.org/wiki/Help:%E5%9B%BE%E5%83%8F\">此頁面</a>。 7. 發布條目 複製維基代碼到剪貼簿 暫停 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 82be02da29..22fb564942 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -647,7 +647,7 @@ Upload your first media by tapping on the add button. 3. Find an appropriate section in the article for your image 4. Click on the Edit icon (the one like a pencil) for that section. 5. Paste the wikitext in the appropriate place. - 6. Edit the wikitext for appropriate positioning, if necessary. For more information, see <a href="https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Images#How_to_place_an_image">here</a>. + 6. Edit the wikitext for appropriate positioning, if necessary. For more information, see <a href="https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Images#How_to_place_an_image">here</a>. 7. Publish the article Copy wikicode to clipboard pause