Skip to content

Commit f84b9cb

Browse files
michalhudecekMichal HudečekcassidooiKristy
authored
feat: Czech and Slovak translations (#439)
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]>
1 parent 08e8f25 commit f84b9cb

File tree

6 files changed

+382
-278
lines changed

6 files changed

+382
-278
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ module API. Options include:
157157
container: '#some-query-selector'; // container to attach to
158158
APIUrl: 'https://www.example.com/.netlify/functions/identity'; // Absolute url to endpoint. ONLY USE IN SPECIAL CASES!
159159
namePlaceholder: 'some-placeholder-for-Name'; // custom placeholder for name input form
160-
locale: 'en'; // language code for translations - available: en, fr, es, pt, hu, pl - default to en
161-
}
160+
locale: 'en'; // language code for translations - available: en, fr, es, pt, hu, pl, cs, sk - default to en
162161
```
163162
164163
Generally avoid setting the `APIUrl`. You should only set this when your app is

0 commit comments

Comments
 (0)