Skip to content

Commit 87e2239

Browse files
committed
Update README for merge policies
1 parent 30a4cda commit 87e2239

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ These are the settings you can specify in the config file:
344344
- `skip`: Only add translations for languages included in the `xcs languages` output. (Default)
345345
- `include`: Add translations even when they are not recognized by the Xcode project or xcs language list.
346346
- **exportMergePolicy**: `string` (Optional)
347-
- Defines the handling strategy for merging keys or translations when exporting strings. (e.g. `keep-existing`, `replace`, etc., depending on tool implementation)
347+
- Defines the handling strategy for merging keys or translations when exporting strings. See the `--merge-policy` option of the [export command](#export-command) for available values.
348348
- **importMergePolicy**: `string` (Optional)
349-
- Defines the handling strategy for merging keys or translations when importing strings.
349+
- Defines the handling strategy for merging keys or translations when importing strings. See the `--merge-policy` option of the [import command](#import-command) for available values.
350350
- **xcodeprojPaths**: `string[]` (Optional)
351351
- Paths to Xcode project files (`.xcodeproj`) used to detect supported languages.
352352
- If not specified, `xcs` will only check the xcstrings file to detect supported languages.

0 commit comments

Comments
 (0)