-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: FindMatchesTest: the case of foreign language TMX.
Signed-off-by: Hiroshi Miura <[email protected]>
- Loading branch information
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE tmx PUBLIC "-//LISA OSCAR:1998//DTD for Translation Memory eXchange//EN" "tmx14.dtd"> | ||
|
||
<tmx version="1.4"> | ||
<header creationtoolversion="0.1" adminlang="en" segtype="paragraph" creationdate="20230930T155211Z" | ||
datatype="unknown" srclang="ja" creationtool="txt2tmx" o-tmf="TextEdit"></header> | ||
<body> | ||
<tu> | ||
<tuv xml:lang="en"> | ||
<seg>weird behavior</seg> | ||
</tuv> | ||
<tuv xml:lang="ja"> | ||
<seg>地力の搾取と浪費が現われる。(1)</seg> | ||
</tuv> | ||
</tu> | ||
</body> | ||
</tmx> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters