Closed andresuribe87 closed 1 year ago
"locale" is probably not the right name for this field, as it implies something about the processing environment or maybe the configuration of the host serving the credentials.
A better model would probably be to follow some other specs and use lang
/dir
(one example: app-manifest lang
and app-manifest dir
) for the document-wide language and direction.
Providing for multilingual title
and description
would be up to your WG. It's not that uncommon to want labels in two or three languages. But it's not a blocker for getting your spec out the door.
Thanks @aphillips , I made the changes so we use lang
and dir
in a similar way.
Fixes #224 by adding a
locale
field.Additionally, this PR also renames
name
in favor oftitle
, because the latter is part of the json schema spec.Preview | Diff