locizify 6.0.9 → 6.0.11
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/CHANGELOG.md +8 -0
- package/README.md +7 -7
- package/dist/umd/locizify.js +883 -663
- package/dist/umd/locizify.min.js +2 -2
- package/locizify.js +883 -663
- package/locizify.min.js +2 -2
- package/package.json +4 -4
- package/example/simple/node_modules/debug/src/browser.js +0 -185
- package/example/simple/node_modules/debug/src/debug.js +0 -202
- package/example/simple/node_modules/debug/src/index.js +0 -10
- package/example/simple/node_modules/debug/src/inspector-log.js +0 -15
- package/example/simple/node_modules/debug/src/node.js +0 -248
- package/example/simple/node_modules/mime/src/build.js +0 -53
- package/example/simple/node_modules/mime/src/test.js +0 -60
- package/example/simple/node_modules/qs/test/index.js +0 -7
- package/example/simple/node_modules/qs/test/parse.js +0 -676
- package/example/simple/node_modules/qs/test/stringify.js +0 -679
- package/example/simple/node_modules/qs/test/utils.js +0 -136
- package/example/simple/node_modules/setprototypeof/test/index.js +0 -24
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ Just drop the following line to your header to deliver your content in any langu
|
|
|
12
12
|
id="locizify"
|
|
13
13
|
projectid="[PROJECT_ID]"
|
|
14
14
|
apikey="[API_KEY]"
|
|
15
|
-
src="https://unpkg.com/locizify@^6.0.
|
|
16
|
-
autopilot
|
|
15
|
+
src="https://unpkg.com/locizify@^6.0.11"
|
|
16
|
+
autopilot="true"
|
|
17
17
|
></script>
|
|
18
18
|
|
|
19
19
|
<!-- or -->
|
|
@@ -21,8 +21,8 @@ Just drop the following line to your header to deliver your content in any langu
|
|
|
21
21
|
id="locizify"
|
|
22
22
|
projectid="[PROJECT_ID]"
|
|
23
23
|
apikey="[API_KEY]"
|
|
24
|
-
src="https://cdn.jsdelivr.net/npm/locizify@^6.0.
|
|
25
|
-
autopilot
|
|
24
|
+
src="https://cdn.jsdelivr.net/npm/locizify@^6.0.11"
|
|
25
|
+
autopilot="true"
|
|
26
26
|
></script>
|
|
27
27
|
|
|
28
28
|
```
|
|
@@ -69,7 +69,7 @@ Add the script to your page:
|
|
|
69
69
|
id="locizify"
|
|
70
70
|
projectid="[PROJECT_ID]"
|
|
71
71
|
apikey="[API_KEY]"
|
|
72
|
-
src="https://unpkg.com/locizify@^
|
|
72
|
+
src="https://unpkg.com/locizify@^6.0.11"
|
|
73
73
|
autopilot
|
|
74
74
|
></script>
|
|
75
75
|
</head>
|
|
@@ -102,7 +102,7 @@ Add the script to your page:
|
|
|
102
102
|
apikey="[API_KEY]"
|
|
103
103
|
referencelng="[LNG]"
|
|
104
104
|
fallbacklng="[LNG]"
|
|
105
|
-
src="https://unpkg.com/locizify@^
|
|
105
|
+
src="https://unpkg.com/locizify@^6.0.11"
|
|
106
106
|
|
|
107
107
|
// all custom attributes can also be prefixed with data-
|
|
108
108
|
// data-projectid="[PROJECT_ID]"
|
|
@@ -132,7 +132,7 @@ Add the script to your page:
|
|
|
132
132
|
<!DOCTYPE html>
|
|
133
133
|
<html>
|
|
134
134
|
<head>
|
|
135
|
-
<script src="https://unpkg.com/locizify@^
|
|
135
|
+
<script src="https://unpkg.com/locizify@^6.0.11"></script>
|
|
136
136
|
<script>
|
|
137
137
|
locizify.init({
|
|
138
138
|
// required
|