We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4447e1 commit 89d7c36Copy full SHA for 89d7c36
1 file changed
README.md
@@ -276,7 +276,7 @@ These are the settings you can specify in the config file:
276
* **xcodeprojPaths**: `string[]` (Optional)
277
* Paths to Xcode project files (`.xcodeproj`) used to detect supported languages.
278
* If not specified, `xcs` will only check the xcstrings file to detect supported languages.
279
-* **xcstringsPaths**: `string[] | { alias: string, path: string }[]` (Optional)
+* **xcstringsPaths**: `(string | { alias: string; path: string })[]` (Optional)
280
* Paths to xcstrings files used by `xcs`.
281
* If only one path is provided, `xcs` will use it as the default xcstrings file.
282
* If multiple paths are provided, `xcs` will ask you to select an xcstrings file.
0 commit comments