html கோப்புகள்

Added in version 4.1.

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

Note

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

See also

HTML

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

<html>
  <body>
    <p>Ahoj světe!</p>

    <p>Orangutan has five bananas.</p>

    <p>
      Try Weblate at <a href="https://demo.weblate.org/">weblate.org</a>!
    </p>

    <p>Thank you for using Weblate.</p>
  </body>
</html>

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

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

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

path/*.html

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

path/en.html

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

path/en.html

கோப்பு வகை

'html கோப்பு'

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

html_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 HTML files, where moving elements 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 elements are moved within the document.