Text

LingoHub supports plain text (.txt) files for translating content that does not follow a structured key-value format. This is an ideal option for translating long-form prose or arbitrary text.

Format

  • The file extension is .txt.
  • Content is divided into segments based on paragraphs, which are separated by one or more empty lines.
  • LingoHub preserves and tracks empty lines between paragraphs.
  • Paragraphs spanning multiple lines are treated as a single segment.
  • Line breaks within a paragraph are preserved.
  • LingoHub uses UTF-8 encoding by default to ensure proper handling of international characters.

Example

Additional example files are available on GitHub.

This is the first paragraph.
It spans multiple lines.

This is the second paragraph.


This is the third paragraph.
It also spans multiple lines
and contains more text.

References