Skip to content

Commit

Permalink
Adding EN strings to the JP files.
Browse files Browse the repository at this point in the history
  • Loading branch information
valadzhov committed Aug 6, 2019
1 parent 7525002 commit 2bee650
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sassdoc/ja/schemas/variable.json
Original file line number Diff line number Diff line change
Expand Up @@ -1760,15 +1760,15 @@
""
]
},
"$sorted-header-icon-color": {
"sorted-header-icon-color": {
"description": [
"<p>並べ替えされたテーブル ヘッダー アイコンの色。</p>",
""
]
},
"$sorted-header-icon-hover-color": {
"sortable-header-icon-hover-color": {
"description": [
"<p>並べ替えされたテーブル ヘッダー アイコン ホバーの色。</p>",
"<p>The icon color on hover in grid header when the column is sortable.</p>",
""
]
},
Expand Down
6 changes: 6 additions & 0 deletions sassdoc/ja/themes/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -1902,6 +1902,12 @@
""
]
},
"sortable-header-icon-hover-color": {
"description": [
"<p>The icon color on hover in grid header when the column is sortable.</p>",
""
]
},
"ghost-header-text-color": {
"description": [
"<p>ドラッグされたヘッダーテキストの色。</p>",
Expand Down
15 changes: 15 additions & 0 deletions typedoc/ja/lib/date-picker/IgxDatePickerComponent.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,21 @@
]
}
},
"valueChange": {
"comment": {
"shortText": [
"An @Output property that is fired when date picker value is changed.",
"```typescript",
"public valueChanged(event){",
" alert(\"Date picker value is changed\");",
"}",
"```",
"```html",
"<igx-date-picker (valueChange)=\"valueChanged($event)\" mode=\"dropdown\"></igx-date-picker>",
"```"
]
}
},
"onDisabledDate": {
"comment": {
"shortText": [
Expand Down

0 comments on commit 2bee650

Please sign in to comment.