மார்க்டவுன் கோப்புகள்

Added in version 5.0.

Note

இந்த வடிவத்திற்கான உதவி வளர்ச்சியில் உள்ளது. சில நற்பொருத்தங்கள் இன்னும் கிடைக்காமல் போகலாம், மேலும் வெளியீடுகளுக்கு இடையில் நடத்தை மாறக்கூடும். சோதனையில் இருந்து வரும் கருத்துக்கள் வரவேற்கத்தக்கவை.

மொழிபெயர்க்கக்கூடிய உள்ளடக்கம் மார்க்டவுன் கோப்புகளிலிருந்து பிரித்தெடுக்கப்பட்டு மொழிபெயர்ப்புக்காக வழங்கப்படுகிறது.

Note

மற்ற வடிவங்களைப் போலல்லாமல், மொழிபெயர்ப்பு கோப்புகளில் உள்ள மாற்றங்கள் வலைபெயர்ப்புடிற்கு இறக்குமதி செய்யப்படாது, ஏனெனில் அதை நம்பத்தகுந்த முறையில் செய்ய முடியாது. மொழிபெயர்ப்புகளுக்கான உண்மையின் சான்று வலைபெயர்ப்பு மொழிபெயர்ப்பு கோப்பு அல்ல.

See also

Markdown

எடுத்துக்காட்டு கோப்பு:

# Ahoj světe!

Orangutan has five bananas.

Try Weblate at [weblate.org](https://demo.weblate.org/)!

*Thank you for using Weblate.*

வலைபெயர்ப்பு configuration

வழக்கமான வலைபெயர்ப்பு கூறு உள்ளமைவு

கோப்பு முகமூடி

path/*.md

ஒருமொழி அடிப்படை மொழி கோப்பு

path/en.md

புதிய மொழிபெயர்ப்புகளுக்கான வார்ப்புரு

path/en.md

கோப்பு வகை

'மார்க்டவுன் கோப்பு'

கோப்பு வடிவ அளவுருக்கள்

markdown_merge_duplicates=True

Handling duplicate strings

By default, Weblate treats each occurrence of a string as a separate translation unit to provide line-based context. This can be problematic in Markdown tables, where reordering rows changes the context and can lead to translation loss.

To consolidate identical strings into a single translation unit, enable Deduplicate identical strings in the கோப்பு வடிவ அளவுருக்கள்.

Note

Enabling this option disables line-based context for the merged units, ensuring that translations remain stable even if rows or sections are moved within the document.