Skip to content

Commit

Permalink
Merge pull request #38 from zicht/fix/missing-translation-for-name
Browse files Browse the repository at this point in the history
Fix missing translations
  • Loading branch information
VMeijer-Zicht authored Dec 13, 2021
2 parents 3e9cb4e + 74c0245 commit 486e721
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added|Changed|Deprecated|Removed|Fixed|Security
Nothing so far

## 4.2.2 - 2021-12-13
### Fixed
- Missing translation of form label `name` and CMS breadcrumbs.

## 4.2.1 - 2021-12-07
### Removed
- Support for `gedmo/doctrine-extensions^3` as it is a BC-break in disguise.
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/admin.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ admin:
menu_item: Menu
tab:
menu_item: Menu item
breadcrumb:
link_menu_item_create: Create
link_menu_item_list: Menu items
form:
label_add_to_menu: Add to menu
label_is_collapsible: Foldable
label_name: Name
label_name_technical: Technical name
label_parent: Parent
label_path: Path
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/translations/admin.nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ admin:
menu_item: Menu
tab:
menu_item: Menu item
breadcrumb:
link_menu_item_create: Toevoegen
link_menu_item_list: Menu items
form:
label_add_to_menu: Toevoegen aan menu
label_is_collapsible: Opvouwbaar
label_name: Naam
label_name_technical: Technische naam
label_parent: Hoofditem
label_path: Pad
Expand Down

0 comments on commit 486e721

Please sign in to comment.