VNTranslator
Become a PatronJoin Our Discord
  • Overview
  • GETTING STARTED
    • Getting Started
    • System Requirements
    • Download & Installation
    • Interface Basics
  • Features
    • Launcher
    • Modules
    • Translation
      • Translation Settings
      • Translation Glossary
      • Extra Options
        • Pre-translation
        • Post-translation
        • Variables
      • Transcheck
      • Advanced Settings
      • Translation Editor
      • Export Translation
      • Import Translation
    • MT Engines
      • MT Settings
      • DeepL API
      • OpenAI Translate (Legacy)
    • Extra Window
    • Hyper Overlay
    • Extensions
      • JParser
      • Jisho
      • Fast OCR
    • Hotkeys
  • User Guide
    • Clipboard
    • OCR
      • Features
        • OCR Screen
        • OCR Master
        • Pre-processing
        • OCR Engines
          • Tesseract OCR
          • Windows OCR
          • Google Cloud Vision
          • Azure Cloud Vision
          • Google Lens
          • Custom - Command Line
          • Custom - HTTP POST
        • Post-processing
      • OCR Engine Installer
      • Understanding OCR and Improving Accuracy
      • OCR Engines Comparison
    • OCR GX 🎮
    • AutoTrans
      • Translation Modes
      • Font Replacement
      • Feature Settings
        • Translation
        • Mods
      • Extract & Translate
      • Steam Connect
      • RTL
      • FAQ
        • How Can I Improve Game Speed in AutoTrans?
        • How to Change Font Type in RenPy?
        • How to Change Font Size in Unity?
    • RenPy Games
    • Tyrano Builder
    • TextractorCLI
  • ADVANCED
    • LLMs
      • System Prompt
      • OpenAI API
      • GeminiAI API
    • Custom MT
      • Schema
      • Form Builder
      • Request & Response
      • Components
      • webLLM
      • MT Kit
      • V1 & V2 (Archive)
    • OCR Server Kit
      • EasyOCR
      • SuryaOCR
    • API Gateway
      • Translate
      • Translation Memory 🚧
    • RegExp
      • Matching
      • Replacement
  • Help
    • FAQ
    • Troubleshooting
      • Launcher
        • VNTranslator appears as a black box
      • Network Connection
      • Machine Translation (MT)
        • Web Scraping Timeout
        • API Error Codes
        • Clear Cookies & Site Data
      • OCR
      • AutoTrans
      • TextractorCLI
    • Glossary
    • Archives
      • Comparison of OCR Version 1.0 and 2.0
      • Workflow Explanation for OCR
      • OCR 1.0 (Archive)
        • Tesseract OCR
        • Screen Capture
        • Post-Capture Actions
    • Credits
Powered by GitBook
On this page
  • 1. Auto line break matching
  • 2. Regular expression (RegExp)
  1. Features
  2. Translation
  3. Extra Options

Post-translation

Applying extra options after receiving text from Machine Translation (MT)

1. Auto line break matching

This feature automatically adds line breaks in the translated text to match the line breaks in the source text. It ensures that the formatting of the translation aligns with the original.

#SourceText
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled
it to make a type specimen book. 
#Normal
Lorem Ipsum hanyalah contoh teks dalam industri percetakan
dan penataan huruf. Lorem Ipsum telah menjadi contoh teks
standar industri sejak tahun 1500-an, ketika seorang pencetak
yang tidak dikenal mengambil kumpulan huruf dan mengacaknya
untuk dijadikan buku contoh huruf. 
#Loose
Lorem Ipsum hanyalah contoh teks dalam industri percetakan
dan penataan huruf. Lorem Ipsum telah menjadi contoh
teks standar industri sejak tahun 1500-an, ketika
seorang pencetak yang tidak dikenal mengambil kumpulan
huruf dan mengacaknya untuk dijadikan buku contoh
huruf. 
#Anywhere
Lorem Ipsum hanyalah contoh teks dalam industri percetakan d
an penataan huruf. Lorem Ipsum telah menjadi contoh teks sta
ndar industri sejak tahun 1500-an, ketika seorang pencetak y
ang tidak dikenal mengambil kumpulan huruf dan mengacaknya u
ntuk dijadikan buku contoh huruf. 

2. Regular expression (RegExp)

Apply a RegExp filter to the translated text

PreviousPre-translationNextVariables

Last updated 8 months ago

RegExp