altcha 2.0.0-beta.7 → 2.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/altcha.js +1165 -1190
- package/dist/altcha.umd.cjs +4 -14
- package/dist_external/altcha.css +1 -255
- package/dist_external/altcha.js +836 -869
- package/dist_external/altcha.umd.cjs +3 -13
- package/dist_i18n/af.js +21 -0
- package/dist_i18n/af.umd.cjs +1 -0
- package/dist_i18n/all.js +199 -90
- package/dist_i18n/all.umd.cjs +1 -1
- package/dist_i18n/bs.js +21 -0
- package/dist_i18n/bs.umd.cjs +1 -0
- package/dist_i18n/ca.js +21 -0
- package/dist_i18n/ca.umd.cjs +1 -0
- package/dist_i18n/europe.js +161 -52
- package/dist_i18n/europe.umd.cjs +1 -1
- package/dist_i18n/is.js +21 -0
- package/dist_i18n/is.umd.cjs +1 -0
- package/dist_i18n/nb.js +22 -0
- package/dist_i18n/nb.umd.cjs +1 -0
- package/dist_i18n/sr.js +21 -0
- package/dist_i18n/sr.umd.cjs +1 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -20,11 +20,11 @@ For more details, visit [altcha.org](https://altcha.org).
|
|
|
20
20
|
|
|
21
21
|
## What’s New in v2
|
|
22
22
|
|
|
23
|
-
Version 2 introduces enhanced accessibility, expanded language support
|
|
23
|
+
Version 2 introduces enhanced accessibility, expanded language support, and integration with **ALTCHA Sentinel**—a self-hosted anti-spam solution for websites, apps, and services.
|
|
24
24
|
|
|
25
25
|
### Key Improvements in v2
|
|
26
26
|
|
|
27
|
-
- **Built-in Internationalization (i18n)** for
|
|
27
|
+
- **Built-in Internationalization (i18n)** for 48+ languages
|
|
28
28
|
- **Improved RTL (right-to-left) language support**
|
|
29
29
|
- **Enhanced WCAG accessibility**
|
|
30
30
|
- **Support for accessible code challenges** (image + audio options)
|
|
@@ -170,7 +170,7 @@ Development / Testing options:
|
|
|
170
170
|
|
|
171
171
|
## Internationalization (i18n)
|
|
172
172
|
|
|
173
|
-
ALTCHA supports **
|
|
173
|
+
ALTCHA supports **48+ languages**. Import translations from `altcha/i18n/*`:
|
|
174
174
|
|
|
175
175
|
```js
|
|
176
176
|
import 'altcha';
|