Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2567910 authored Nov 29, 2023
1 parent dd13120 commit fc952ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ if you dont want to your page to be autoamticly translated into other languages
<div id="weploy-select"></div>
```

---

<br/><br/>

## Exclude text from beeing translated
If you want to exclude text from beeing transalted, just add "weploy-exclude" as a class to the parent element.
```html
<div className="weploy-exclude">Don't translate me</div>
```

---

## Disable auto translate on first time visit

By default, weploy-translate will auto translate your website based on user's browser language on first time visit.
Expand All @@ -39,9 +36,9 @@ If you want to disable auto translate, you can add `data-disable-auto-translate=
```


---


<br/><br/>



Expand Down

0 comments on commit fc952ed

Please sign in to comment.