You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
10
10
- Global `--strict` mode in CLI workflows and strict-read controls in library input options.
11
11
- CLI `diff` command with human-readable and JSON report output.
12
12
- Plural validation enhancements and richer stats reporting.
13
+
- CLI `normalize` command support across Apple `.strings`, `.xcstrings`, Android `strings.xml`, CSV, and TSV formats, including drift detection with `--check`.
13
14
14
15
### Changed
15
16
- Ongoing improvements to conversion coverage across Apple, Android, CSV, and TSV formats.
16
17
- Documentation and contributor guidance updates.
18
+
- Normalize workflow documentation, including `--dry-run`, `--no-placeholders`, `--key-style`, multi-input `--output` constraints, and `--continue-on-error` behavior.
17
19
18
20
### Fixed
19
21
- Multiple parser/writer correctness and conversion edge-case fixes covered by expanded tests.
- Normalize multi-input constraint: `--output` is single-input only; pair multi-input workflows with in-place writes.
99
+
- Normalize `--continue-on-error` processes all inputs and returns non-zero if any file fails.
95
100
- Android path inference: `values/strings.xml` (no qualifier) defaults to English (`en`).
96
101
- When converting to `.xcstrings`, if `source_language` or `version` metadata is missing, the CLI defaults them to `en` and `1.0` respectively (overridable via flags).
0 commit comments