Skip to content

Commit f509917

Browse files
committed
fix for TIKA-1943 contributed by Mark Duske
Properties file used by YandexTranslator
1 parent 08e932b commit f509917

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# To use the YANDEX translate service, you <em>must</em> set your API-Key
2+
# as described in Translate API, https://tech.yandex.com/translate/
3+
# If you do not want translation please set the value to "dummy-key".
4+
5+
translator.api-key=dummy-key
6+
7+
#The Yandex Translate API can handle text in plain and/or html format, the default format is plain.
8+
#Set this value to html to enable HTML format support
9+
translator.text.format=plain

0 commit comments

Comments
 (0)