Skip to content

Commit d484253

Browse files
committed
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.
1 parent 73e9ed8 commit d484253

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/res/values-sl/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
<string name="wikipedia_instructions_step_3">3. V članku poiščite ustrezen razdelek za svojo sliko.</string>
618618
<string name="wikipedia_instructions_step_4">4. Kliknite ikono Uredi (svinčnik) tega razdelka.</string>
619619
<string name="wikipedia_instructions_step_5">5. Prilepite vikibesedilo na ustrezno mesto.</string>
620-
<string name="wikipedia_instructions_step_6">6. Po potrebi vikibesedilo uredite, da popravite položaj slike. Za več informacij glejte &lt;a href=\"https://sl.wikipedia.org/wiki/Wikipedija:Raz%C5%A1irjena_skladnja_za_slike\"&gt;tukaj&lt;/a&gt;.</string>
620+
<string name="wikipedia_instructions_step_6" formatted="false">6. Po potrebi vikibesedilo uredite, da popravite položaj slike. Za več informacij glejte &lt;a href=\"https://sl.wikipedia.org/wiki/Wikipedija:Raz%C5%A1irjena_skladnja_za_slike\"&gt;tukaj&lt;/a&gt;.</string>
621621
<string name="wikipedia_instructions_step_7">7. Objavite članek.</string>
622622
<string name="copy_wikicode_to_clipboard">Kopiraj vikibesedilo v odložišče</string>
623623
<string name="pause">premor</string>

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
<string name="wikipedia_instructions_step_3">3. 尋找適合插入您的圖片的章節。</string>
626626
<string name="wikipedia_instructions_step_4">4. 點擊章節裡的編輯按鈕(為筆狀模樣的圖案)。</string>
627627
<string name="wikipedia_instructions_step_5">5. 將wikitext貼到適當的位置。</string>
628-
<string name="wikipedia_instructions_step_6">6. 若有需要,可編輯wikitext來調整到適當的定位。更多相關資訊請查看&lt;a href=\"https://zh.wikipedia.org/wiki/Help:%E5%9B%BE%E5%83%8F\"&gt;此頁面&lt;/a&gt;。</string>
628+
<string name="wikipedia_instructions_step_6" formatted="false">6. 若有需要,可編輯wikitext來調整到適當的定位。更多相關資訊請查看&lt;a href=\"https://zh.wikipedia.org/wiki/Help:%E5%9B%BE%E5%83%8F\"&gt;此頁面&lt;/a&gt;。</string>
629629
<string name="wikipedia_instructions_step_7">7. 發布條目</string>
630630
<string name="copy_wikicode_to_clipboard">複製維基代碼到剪貼簿</string>
631631
<string name="pause">暫停</string>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Upload your first media by tapping on the add button.</string>
647647
<string name="wikipedia_instructions_step_3">3. Find an appropriate section in the article for your image</string>
648648
<string name="wikipedia_instructions_step_4">4. Click on the Edit icon (the one like a pencil) for that section.</string>
649649
<string name="wikipedia_instructions_step_5">5. Paste the wikitext in the appropriate place.</string>
650-
<string name="wikipedia_instructions_step_6">6. Edit the wikitext for appropriate positioning, if necessary. For more information, see &lt;a href="https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Images#How_to_place_an_image"&gt;here&lt;/a&gt;.</string>
650+
<string name="wikipedia_instructions_step_6" formatted="false">6. Edit the wikitext for appropriate positioning, if necessary. For more information, see &lt;a href="https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Images#How_to_place_an_image"&gt;here&lt;/a&gt;.</string>
651651
<string name="wikipedia_instructions_step_7">7. Publish the article</string>
652652
<string name="copy_wikicode_to_clipboard">Copy wikicode to clipboard</string>
653653
<string name="pause">pause</string>

0 commit comments

Comments
 (0)