File testo

Added in version 4.6.

The translatable content is extracted from the plain text files and offered for the translation. Each paragraph is translated as a separate string.

Esistono diverse versioni di questo formato:

Nota

Unlike most other formats, the changes in the translation files will not be imported to Weblate because it can not be done reliably. The source of truth for the translations is Weblate not the translated file.

Example file:

Hello, world!

Orangutan has %d banana.

Try Weblate at http://demo.weblate.org/!

Thank you for using Weblate.
Funzionalità supportate

Estensioni dei file

.dw, .mw, .txt

Linguality

Monolingual

Supports plural

No

Supports descriptions

No

Supports explanation

No

Supports context

No

Supports location

No

Supports flags

No

API identifier

dokuwiki, mediawiki, txt

Supports read-only strings

No

Supports removing obsolete strings

No

Configurazione Weblate

Typical Weblate Component configuration

Maschera del file

path/*.txt

File di lingua a base monolingue

path/en.txt

Modello per le nuove traduzioni

path/en.txt

Formato file

Plain text file

Parametri del formato file

txt_merge_duplicates=True

Gestione delle stringhe duplicate

By default, Weblate treats each paragraph as a separate translation unit to provide line-based context. This can be problematic in text files where paragraphs are frequently reordered, as it changes the context and can lead to translation loss.

To consolidate identical strings into a single translation unit, enable Deduplicate identical strings in the Parametri del formato file.

Nota

This parameter is shared with DokuWiki and MediaWiki formats. Enabling this option disables line-based context for the merged units.