Re: [community-group] Are token descriptions optional or required? (#62)

@kevinmpowell Sorry to be late to the conversation, but is there a way to consider multilingual support in the next proposal of the specification? At the Government of Canada we are mandated to maintain bilingual documentation. So making the description property just a plain JSON string, is a bit problematic when we intend to use it like this:
```
{
  "Button background": {
    "value": "#777777",
    "description": {
      "en": "The background colour for buttons in their normal state.",
      "fr": "La couleur de fond des boutons dans leur état normal."
    }
  }
}
```

-- 
GitHub Notification of comment by delisma
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/62#issuecomment-956479996 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 1 November 2021 18:25:57 UTC