Add source string
crowdin_add_stringAdds a source string to a file in a Crowdin project (additive). Crowdin API: POST /projects/{projectId}/strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The source string text. | |
| fileId | Yes | Id of the source file to add the string to. | |
| context | No | Optional context shown to translators. | |
| isHidden | No | Hide the string from translators. | |
| maxLength | No | Max allowed translation length. | |
| projectId | Yes | Numeric project id (path). | |
| identifier | No | Optional unique string identifier / key. |