Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b1a2861

Browse files
committed
- Updated README.md
1 parent ad43f45 commit b1a2861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ foreach ($translations as $translation) {
5656

5757
| param | Description |
5858
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
59-
| $text | Text to be translated. Only UTF8-encoded plain text is supported. The parameter may be specified as an Array and translations are returned in the same order as they are requested. Each of the parameter values may contain multiple sentences. Up to 50 texts can be sent for translation in one request. |
59+
| $text | Text to be translated. Only UTF8-encoded plain text is supported. The parameter may be specified as an Array and translations are returned in the same order as they are requested. Each of the array values may contain multiple sentences. Up to 50 texts can be sent for translation in one request. |
6060
| $sourceLang | Language of the text to be translated. <br>default: de |
6161
| $targetLang | The language into which the text should be translated. <br> default: en |
6262
| $tagHandling | Sets which kind of tags should be handled. Options currently available: "xml" |

0 commit comments

Comments
 (0)