-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eTransl text size limit to 5000, after that use a document-based
translation
- Loading branch information
1 parent
cf97ff3
commit 984ae09
Showing
6 changed files
with
199 additions
and
37 deletions.
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
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
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
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
12 changes: 12 additions & 0 deletions
12
...tests/src/integration-test/resources/content/translation_request_eTranslation_longer.json
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,12 @@ | ||
{ | ||
"source": "de", | ||
"target": "en", | ||
"service": "ETRANSLATION", | ||
"text": [ | ||
"erste Textzeile auf Deutsch test, achte auf caching, no cache 1!", | ||
"einen zweiten Text auf Deutsch, kann gecached werden....", | ||
"einen dritten Text auf Deutsch, wie zum Beispiel diesen", | ||
"und einen vierten Text wie: heutige Nachrichten auf www.heute.at" | ||
], | ||
"caching":false | ||
} |
Oops, something went wrong.