TYPO3-Initiatives / crowdin

TYPO3 crowdin translation initiative
0 stars 0 forks source link

Use translate="no" for strings which should not be translated #20

Open georgringer opened 5 years ago

georgringer commented 5 years ago

If strings should not be translated, the attribute translate="no" should be used

 <trans-unit id="some.id" translate="no">
  <source>don't translate me</source>
</trans-unit>

Related issues in core: