Skip to content

Commit

Permalink
Fix missing localized caption for package-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zam1024t committed Nov 20, 2018
1 parent 42a0a99 commit 2734340
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions locale/fr_FR/menu.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"children": [ "children": [
{ {
"id": "package-settings", "id": "package-settings",
"caption": "Package Settings",
"children": "children":
[ [
{ {
Expand Down
1 change: 1 addition & 0 deletions locale/ru/menu.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"children": [ "children": [
{ {
"id": "package-settings", "id": "package-settings",
"caption": "Package Settings",
"children": "children":
[ [
{ {
Expand Down
5 changes: 4 additions & 1 deletion locale/sv_SE/menu.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,10 @@
[ [
{ {
"id": "preferences",
"children": [ "children": [
{ {
"id": "package-settings",
"caption": "Package Settings",
"children": [ "children": [
{ {
"caption": "LocalizedMenu", "caption": "LocalizedMenu",
Expand Down Expand Up @@ -74,4 +77,4 @@
], ],
"id": "preferences" "id": "preferences"
} }
] ]

0 comments on commit 2734340

Please sign in to comment.