Skip to content

Commit

Permalink
Merge pull request #150 from zbraniecki/patch-1
Browse files Browse the repository at this point in the history
Update ts_data_models_name_mapping.md
  • Loading branch information
mihnita authored Feb 15, 2021
2 parents c328609 + 4db304d commit 2b02b3d
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions experiments/data_model/ts_data_models_name_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,27 @@

## Work in progress

| Elango / Mihai | Zibi | Eemeli | Elango - Rust |
| -------------------------- | ----------------------------- | ----------------- | ------------------------------ |
| | | Bundle | |
| MessageGroup | | MessageSet | |
| Message | Message / MessageValue | | |
| SimpleMessage | Single / Pattern | Message | SingleMessage / MessagePattern |
| SelectorMessage | Multi | Select | MessageGroup |
| Part | PatternElement | Value | PatternPart |
| SelectorArg | InlineExpression | | Selector |
| SelectorVal | Variant.VariantKey | | SelectVal |
| PlainText | NumberLiteral / StringLiteral | Literal | TextPart |
| Placeholder+formatter_name | VariableReference | VariableReference | Placeholder |
| Placeholder+formatter_name | FunctionReference | FunctionReference | Placeholder |
| Placeholder+formatter_name | | MessageReference | Placeholder |
| Elango / Mihai | Eemeli + Zibi |
| -------------------------- | ----------------- |
| | Resource |
| | Resource ID |
| | Locale |
| MessageGroup | Message | Entry |
| MessageGroup | MessageSet |
| Message | Message |
| SimpleMessage | Pattern |
| SelectorMessage | Select |
| Part | Value |
| SelectorArg | Key |
| SelectorVal | Pattern |
| PlainText | string |
| | number |
| | boolean |
| Placeholder+formatter_name | VariableReference |
| Placeholder+formatter_name | FunctionReference |
| Placeholder+formatter_name | MessageReference |
| | Literal |
| | Path |
| | Meta |
| | Comment |
| | Scope |

0 comments on commit 2b02b3d

Please sign in to comment.