Skip to content

Commit

Permalink
feat: Czech and Slovak translations (#439)
Browse files Browse the repository at this point in the history
Add Czech and Slovak translations

Co-authored-by: Michal Hudeček <[email protected]>
Co-authored-by: Cassidy Williams <[email protected]>
Co-authored-by: Kristy Marcinova <[email protected]>
  • Loading branch information
4 people authored Jun 3, 2021
1 parent 08e8f25 commit f84b9cb
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 278 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ module API. Options include:
container: '#some-query-selector'; // container to attach to
APIUrl: 'https://www.example.com/.netlify/functions/identity'; // Absolute url to endpoint. ONLY USE IN SPECIAL CASES!
namePlaceholder: 'some-placeholder-for-Name'; // custom placeholder for name input form
locale: 'en'; // language code for translations - available: en, fr, es, pt, hu, pl - default to en
}
locale: 'en'; // language code for translations - available: en, fr, es, pt, hu, pl, cs, sk - default to en
```
Generally avoid setting the `APIUrl`. You should only set this when your app is
Expand Down
Loading

0 comments on commit f84b9cb

Please sign in to comment.