Skip to content

Commit 34d3986

Browse files
committed
Updated docs
1 parent 7f68cff commit 34d3986

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,19 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
147147
Icon for the focus btn specified with classes.
148148
</td>
149149
</tr>
150+
<tr>
151+
<td>i18n</td>
152+
<td>object</td>
153+
<td>{
154+
focus : 'Focus',
155+
display : 'Display',
156+
displayAll: 'Display all'
157+
}
158+
</td>
159+
<td>
160+
Used to translate the buttons (only works if you initialize via JavaScript).
161+
</td>
162+
</tr>
150163
</tbody>
151164
</table>
152165

docs/index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,20 @@ <h3>Options</h3>
11411141
<td>string</td>
11421142
<td>'glyphicon glyphicon-screenshot'</td>
11431143
<td>
1144-
Icon for the focus btn specified with classes.
1144+
Icon for the focus button specified with classes.
1145+
</td>
1146+
</tr>
1147+
<tr>
1148+
<td>i18n</td>
1149+
<td>object</td>
1150+
<td>{
1151+
focus : 'Focus',
1152+
display : 'Display',
1153+
displayAll: 'Display all'
1154+
}
1155+
</td>
1156+
<td>
1157+
Used to translate the buttons (only works if you initialize via JavaScript).
11451158
</td>
11461159
</tr>
11471160
</tbody>

0 commit comments

Comments
 (0)