Notes: Is used to comment, clarify or complete the description of the component.
Tags: It’s used to write the tokens used in the design.
IDs generated in a project are used to identify and fetch specific text items using our developer integrations. These IDs must be separated by points.
The key names must be in English, written in camel case, consistent, and hold specific information of what the key stands for.
✅ DO | ❌ DON'T | Reason |
---|---|---|
noResults | sinResultados | Keys must be in English |
goBack | goback | Use camel case to differentiate words |
sendEmail | send**-e**mail, send_email, send$email | Use camel case instead of — |
transactionalShipments | trShip, tShip | They have to hold meaning |
noResults | searchReturnedNoResults | Name length must have just the right size |
⚠️ Avoid having different keys meaning the same word.