Skip to content

Commit 7ace06d

Browse files
authored
Update README.md
1 parent d3b646d commit 7ace06d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ $translate->setIconPath("https://foo.com/assets/flags/");
4848
])
4949
```
5050

51+
Display select option for languages, it accepts optional width.
52+
```php
53+
$translate->button(optional width = "50%");
54+
```
55+
56+
Load supportes javascript plugin
57+
```php
58+
$translate->load();
59+
```
60+
5161
Full usage on website to translate webpage
5262

5363
```php

0 commit comments

Comments
 (0)