Skip to content

Commit

Permalink
docs: xcstrings files section (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Oct 19, 2023
1 parent 05e50c8 commit f3025aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions website/docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,24 @@ Example of the configuration:
]
```

#### Apple Strings Catalog

Apple Strings Catalog is a natively supported file format by Crowdin, you can use it without any additional installation. Since this file format is **multilingual** (contains multiple languages in one file), you can omit the language placeholders in the `translation` pattern:

```yml title="crowdin.yml"
"files": [
{
"source": "Localizable.xcstrings",
"translation": "Localizable.xcstrings",
"scheme": ""
}
]
```

:::caution
Note the `scheme` option in the configuration above. It's needed to indicate that this file is multilingual for correct file processing.
:::

### Configure export options for each file group

There is a way to specify export options for each file-group in the `crowdin.yml` configuration file:
Expand Down

0 comments on commit f3025aa

Please sign in to comment.