Nest multiple component parts by a dot instead of a /

merge-requests/622/head
jovuit 2019-02-07 14:26:00 +01:00
rodzic 2fe403ed9a
commit 3ca17d3fa1
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -489,13 +489,13 @@ Here are a few examples of valid context hierarchies:
- ``*/*/*/Verb, Short``
- ``Modal/Playlist/Button``
It's possible to nest multiple component parts to reach a higher level of detail:
It's possible to nest multiple component parts to reach a higher level of detail. The component parts are then separated by a dot:
- ``Sidebar/Queue/Tab/Title``
- ``Content/*/Button/Title``
- ``Content/*/Table/Header``
- ``Footer/*/List item/Link``
- ``Content/*/Form/Help text``
- ``Sidebar/Queue/Tab.Title``
- ``Content/*/Button.Title``
- ``Content/*/Table.Header``
- ``Footer/*/List item.Link``
- ``Content/*/Form.Help text``
Collecting translatable strings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^