Skip to content

Commit

Permalink
Adding localized strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
valadzhov committed Aug 7, 2019
1 parent 2bee650 commit 0ac6fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sassdoc/ja/schemas/variable.json
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@
},
"sortable-header-icon-hover-color": {
"description": [
"<p>The icon color on hover in grid header when the column is sortable.</p>",
"<p>列の並べ替えが可能な場合のグリッド ヘッダーのホバーのアイコンの色。</p>",
""
]
},
Expand Down
2 changes: 1 addition & 1 deletion sassdoc/ja/themes/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@
},
"sortable-header-icon-hover-color": {
"description": [
"<p>The icon color on hover in grid header when the column is sortable.</p>",
"<p>列の並べ替えが可能な場合のグリッド ヘッダーのホバーのアイコンの色。</p>",
""
]
},
Expand Down
2 changes: 1 addition & 1 deletion typedoc/ja/lib/date-picker/IgxDatePickerComponent.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"valueChange": {
"comment": {
"shortText": [
"An @Output property that is fired when date picker value is changed.",
"日付ピッカーの値が変更されたときに発生する @Output プロパティ。",
"```typescript",
"public valueChanged(event){",
" alert(\"Date picker value is changed\");",
Expand Down

0 comments on commit 0ac6fbe

Please sign in to comment.