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
- View filtered results as JSON: `langcodec view -i Localizable.xcstrings --status new --lang fr --json`
@@ -102,6 +103,7 @@ This is a `0.9.1` release available on [crates.io](https://crates.io/crates/lang
102
103
- Android path inference: `values/strings.xml` (no qualifier) defaults to English (`en`).
103
104
- 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).
104
105
- Strict status filtering note: `langcodec --strict view --status ...` requires explicit status metadata (supported in v1: `.xcstrings`).
106
+
- Translate defaults to `new,stale`, writes `needs_review`, skips plurals, and supports `langcodec.toml` for translate-specific defaults.
0 commit comments