Skip to content

Commit 0b8a0f2

Browse files
authored
Fix formatting of missingLanguagePolicy section in README
1 parent 7b08f95 commit 0b8a0f2

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
@@ -299,8 +299,8 @@ These are the settings you can specify in the config file:
299299

300300
- **missingLanguagePolicy**: `string` (Optional, default: `skip`)
301301
- How to handle translations for languages that are not included in the `xcs languages` output when adding strings. Options are:
302-
- `skip`: Only add translations for languages included in the `xcs languages` output. (Default)
303-
- `include`: Add translations even when they are not recognized by the Xcode project or xcs language list.
302+
- `skip`: Only add translations for languages included in the `xcs languages` output. (Default)
303+
- `include`: Add translations even when they are not recognized by the Xcode project or xcs language list.
304304
- **xcodeprojPaths**: `string[]` (Optional)
305305
- Paths to Xcode project files (`.xcodeproj`) used to detect supported languages.
306306
- If not specified, `xcs` will only check the xcstrings file to detect supported languages.

0 commit comments

Comments
 (0)