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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
- Add [Crowdin](https://crowdin.com) as a format for writing and reading extracted messages
13
13
- Add `pseudo-locale` console command to allow conversion of a locale to one of the supported pseudo-locales (`en-XA`, `en-XB`, `xx-AC`, `xx-HA`, and `xx-LS`).
14
14
- Provide `--flatten` extraction option to tell the extractor to hoist selectors and flatten sentences as much as possible. For example, `I have {count, plural, one{a dog} other{many dogs}}` becomes `{count, plural, one{I have a dog} other{I have many dogs}}`. The goal is to provide as many full sentences as possible, since fragmented sentences are not translator-friendly.
15
+
- Provide `--validate-messages` extraction option to print a list of validation failures and respond with a non-zero exit code on validation failures
15
16
- Provide `--add-missing-ids` extraction option to update source code with auto-generated identifiers
16
17
- Add `Util\FormatHelper` that provides `getReader()` and `getWriter()` methods
17
18
- Introduce `Format\Format` final static class for format constants
0 commit comments