Files
translation-files/skills/translation/references/bilingual-format.md
T
2026-06-18 08:24:11 +08:00

37 lines
608 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Bilingual DJ Format
## Layout
Each pair: source line immediately followed by target line. Blank line separates pairs.
```
source-line
target-line
source-line
target-line
```
NOT:
```
source-line
← WRONG: extra blank between source and target
target-line
```
## Creating initial bilingual from source only
Every source line gets an empty target placeholder + blank separator:
```
source-A
source-B
```
(2 blank lines between consecutive source lines: empty target + separator.)
## Verification
Source line count × 3 1 = bilingual line count (before trailing newline strip).