Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
salif committed Aug 23, 2024
2 parents 0765a78 + 629ae1b commit 7a4e5b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,11 @@ and `dataset.lo =`, then add translations and send a pull request.

### Manually set page language

Use <a href="javascript:(function(){window.set_page_language(window.prompt('Enter language code')??'');})()">this bookmarklet</a>, save it as bookmark, then open it at the web page.
Use this bookmarklet, save it as a bookmark, then open it while on the web page:

```javascript
javascript:(function(){window.set_page_language(window.prompt('Enter language code')??'');})()
```
## Development
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
main()

</script>
<script data-goatcounter="https://sgi.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>

</html>

0 comments on commit 7a4e5b6

Please sign in to comment.