lingo.dev 0.125.4 → 0.126.0
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 +2 -1
- package/build/cli.cjs +1 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ We're community-driven and love contributions!
|
|
|
169
169
|
|
|
170
170
|
## ⭐ Star History
|
|
171
171
|
|
|
172
|
-
If you like what we're doing, give us a ⭐ and help us reach
|
|
172
|
+
If you like what we're doing, give us a ⭐ and help us reach 10,000 stars! 🌟
|
|
173
173
|
|
|
174
174
|
[](https://www.star-history.com/#lingodotdev/lingo.dev&Date)
|
|
175
175
|
|
|
@@ -180,6 +180,7 @@ If you like what we're doing, give us a ⭐ and help us reach 6,000 stars! 🌟
|
|
|
180
180
|
Don't see your language? Add it to [`i18n.json`](./i18n.json) and open a PR!
|
|
181
181
|
|
|
182
182
|
**Locale format:** Use [BCP-47](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) codes: `language[-Script][-REGION]`
|
|
183
|
+
|
|
183
184
|
- Language: ISO 639-1/2/3 lowercase (`en`, `zh`, `bho`)
|
|
184
185
|
- Script: ISO 15924 title case (`Hans`, `Hant`, `Latn`)
|
|
185
186
|
- Region: ISO 3166-1 alpha-2 uppercase (`US`, `CN`, `IN`)
|
package/build/cli.cjs
CHANGED
|
@@ -15178,7 +15178,7 @@ async function renderHero2() {
|
|
|
15178
15178
|
// package.json
|
|
15179
15179
|
var package_default = {
|
|
15180
15180
|
name: "lingo.dev",
|
|
15181
|
-
version: "0.
|
|
15181
|
+
version: "0.126.0",
|
|
15182
15182
|
description: "Lingo.dev CLI",
|
|
15183
15183
|
private: false,
|
|
15184
15184
|
repository: {
|