intlc icon indicating copy to clipboard operation
intlc copied to clipboard

Multiple file input / cross-input validation

Open samhh opened this issue 3 years ago • 2 comments

How will the locale be supplied or inferred?

samhh avatar Jan 19 '22 14:01 samhh

If we decide to go this route we may consider a change in JSON structure:

{
  "locale": "en-US",
  "messages": {
    "header": {
      "message": "A very fun header"
    }
  }
}

Glob input would be fairly flexible, but that'd imply assuming sibling output, which is less flexible than stdout.

samhh avatar Jan 26 '22 18:01 samhh

This ties into #1. In both cases we can no longer output to stdout and must instead decide upon a new output strategy.

samhh avatar Feb 03 '22 16:02 samhh