File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,16 @@ and eventually have it accepted as a Unicode Technical Standard (UTS).
78
78
79
79
## Data Model
80
80
81
- As practically speaking all MessageFormat use cases make use of more than one related message,
82
- It is beneficial to be able to group and organise them in the data model.
81
+ As practically all MessageFormat use cases will make use of more than one related message,
82
+ it is beneficial to be able to group and organise related messages in the data model.
83
83
84
84
A Resource provides an externally addressable set of messages,
85
85
which all share a single _ locale_ identifier.
86
86
Within a Resource, the structure of Messages may be completely flat,
87
- or use MessageGroups to provide a hierarchy of messages.
87
+ or MessageGroups may be used to provide a hierarchy of messages.
88
88
89
89
A Resource is often the data model representation of a single file,
90
- but may be constructed from any source .
90
+ but may be constructed from any number and type of sources .
91
91
It is not necessary for an implementation to use Resources to hold messages.
92
92
93
93
``` ts
You can’t perform that action at this time.
0 commit comments