Skip to content

Commit 93f85f2

Browse files
authored
Changed backticks with curly braces to asterisks. (#18)
1 parent 142ecf5 commit 93f85f2

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

website/docs/advanced/i18n.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ $view = new DataView([
3131
|-----|---------|-------------|
3232
| `singular` | (required) | Singular form ("Book") |
3333
| `plural` | Auto-generated | Plural form ("Books") |
34-
| `all_items` | `{plural}` | List page title |
34+
| `all_items` | *plural* | List page title |
3535
| `add_new` | "Add New" | Add button text |
36-
| `add_new_item` | "Add New {singular}" | Create page title |
37-
| `edit_item` | "Edit {singular}" | Edit page title |
38-
| `new_item` | "New {singular}" | New item text |
39-
| `view_item` | "View {singular}" | View item text |
40-
| `view_items` | "View {plural}" | View items text |
41-
| `search_items` | "Search {plural}" | Search text |
42-
| `not_found` | "No {plural} found" | Empty list message |
43-
| `not_found_in_trash` | "No {plural} found in Trash" | Empty trash message |
44-
| `settings` | "{singular} Settings" | Settings page title |
36+
| `add_new_item` | "Add New *singular*" | Create page title |
37+
| `edit_item` | "Edit *singular*" | Edit page title |
38+
| `new_item` | "New *singular*" | New item text |
39+
| `view_item` | "View *singular*" | View item text |
40+
| `view_items` | "View *plural*" | View items text |
41+
| `search_items` | "Search *plural*" | Search text |
42+
| `not_found` | "No *plural* found" | Empty list message |
43+
| `not_found_in_trash` | "No *plural* found in Trash" | Empty trash message |
44+
| `settings` | "*singular* Settings" | Settings page title |
4545
| `item_created` | "Item created successfully." | Create notice |
4646
| `item_updated` | "Item updated successfully." | Update notice |
4747
| `item_deleted` | "Item deleted successfully." | Delete notice |
4848
| `settings_saved` | "Settings saved successfully." | Settings notice |
49-
| `menu_name` | `{plural}` | WordPress menu name |
49+
| `menu_name` | *plural* | WordPress menu name |
5050

5151
## Complete Example
5252

0 commit comments

Comments
 (0)