Skip to content

Commit 6c96016

Browse files
authored
Merge branch 'main' into feat/cli-dry-run
2 parents f2dd97b + af3ab9d commit 6c96016

File tree

15 files changed

+661
-46
lines changed

15 files changed

+661
-46
lines changed

demo/adonisjs/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# adonis
22

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68fb3ea`](https://github.com/lingodotdev/lingo.dev/commit/68fb3ea64fc0191ecee66403432e0c8efabab2b9)]:
8+
9+
10+
## 0.0.28
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`e70385b`](https://github.com/lingodotdev/lingo.dev/commit/e70385bd1ac676bf5bd31b212d8510e6b7ebf793)]:
15+
16+
17+
## 0.0.27
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`f7215c1`](https://github.com/lingodotdev/lingo.dev/commit/f7215c1e435378aac8fc953765335cd478cbf507)]:
22+
23+
324
## 0.0.26
425

526
### Patch Changes

demo/adonisjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adonis",
3-
"version": "0.0.26",
3+
"version": "0.0.29",
44
"private": true,
55
"type": "module",
66
"license": "UNLICENSED",

demo/next-app/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# next-app
22

3+
## 0.2.81
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68fb3ea`](https://github.com/lingodotdev/lingo.dev/commit/68fb3ea64fc0191ecee66403432e0c8efabab2b9)]:
8+
9+
10+
## 0.2.80
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`e70385b`](https://github.com/lingodotdev/lingo.dev/commit/e70385bd1ac676bf5bd31b212d8510e6b7ebf793)]:
15+
16+
17+
## 0.2.79
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`f7215c1`](https://github.com/lingodotdev/lingo.dev/commit/f7215c1e435378aac8fc953765335cd478cbf507)]:
22+
23+
324
## 0.2.78
425

526
### Patch Changes

demo/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.2.78",
3+
"version": "0.2.81",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# lingo.dev
22

3+
## 0.114.4
4+
5+
### Patch Changes
6+
7+
- [#1544](https://github.com/lingodotdev/lingo.dev/pull/1544) [`68fb3ea`](https://github.com/lingodotdev/lingo.dev/commit/68fb3ea64fc0191ecee66403432e0c8efabab2b9) Thanks [@vrcprl](https://github.com/vrcprl)! - fix key encoding
8+
9+
## 0.114.3
10+
11+
### Patch Changes
12+
13+
- [#1542](https://github.com/lingodotdev/lingo.dev/pull/1542) [`e70385b`](https://github.com/lingodotdev/lingo.dev/commit/e70385bd1ac676bf5bd31b212d8510e6b7ebf793) Thanks [@sumitsaurabh927](https://github.com/sumitsaurabh927)! - chore: add changeset
14+
15+
## 0.114.2
16+
17+
### Patch Changes
18+
19+
- [#1535](https://github.com/lingodotdev/lingo.dev/pull/1535) [`f7215c1`](https://github.com/lingodotdev/lingo.dev/commit/f7215c1e435378aac8fc953765335cd478cbf507) Thanks [@vrcprl](https://github.com/vrcprl)! - prevent race condition in single-file format concurrent I/O
20+
321
## 0.114.1
422

523
### Patch Changes

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ We're community-driven and love contributions!
164164
165165
## ⭐ Star History
166166
167-
If you like what we're doing, give us a ⭐ and help us reach 4,000 stars! 🌟
167+
If you like what we're doing, give us a ⭐ and help us reach 5,000 stars! 🌟
168168
169169
[![Star History Chart](https://api.star-history.com/svg?repos=lingodotdev/lingo.dev&type=Date)](https://www.star-history.com/#lingodotdev/lingo.dev&Date)
170170
Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,40 @@
11
{
2-
// JSON5 allows comments!
3-
title: "¡Hola, mundo!",
4-
description: "Una aplicación de demostración simple con características JSON5",
5-
version: "1.0.0",
6-
support_email: "[email protected]",
7-
homepage: "https://lingo.dev",
2+
title: '¡Hola, mundo!',
3+
description: 'Una aplicación de demostración simple con características JSON5',
4+
version: '1.0.0',
5+
support_email: '[email protected]',
6+
homepage: 'https://lingo.dev',
87
deprecated: null,
9-
empty: "",
10-
emoji: "🚀",
11-
12-
// Unquoted keys are allowed
8+
empty: '',
9+
emoji: '🚀',
1310
author: {
14-
name: "Juan Pérez"
11+
name: 'Juan Pérez',
1512
},
16-
1713
contributors: [
18-
{ name: "Alicia" },
19-
{ name: "Roberto" }
14+
{
15+
name: 'Alicia',
16+
},
17+
{
18+
name: 'Roberto',
19+
},
2020
],
21-
2221
messages: [
23-
"Bienvenido a MiApp",
24-
"¡Hola, mundo!"
22+
'Bienvenido a MiApp',
23+
'¡Hola, mundo!',
2524
],
26-
2725
config: {
2826
theme: {
29-
primary: "Tema azul"
30-
}
27+
primary: 'Tema azul',
28+
},
3129
},
32-
3330
mixed_array: [
34-
"Contenido mixto aquí",
31+
'Contenido mixto aquí',
3532
42,
3633
true,
3734
{
38-
nested_message: "Texto anidado"
39-
}
35+
nested_message: 'Texto anidado',
36+
},
4037
],
41-
42-
// Hexadecimal numbers work in JSON5
43-
hex_value: 0xDEADBEEF,
44-
45-
// Trailing commas are allowed
46-
locked_key_1: "This value is locked and should not be changed",
38+
hex_value: 3735928559,
39+
locked_key_1: 'This value is locked and should not be changed',
4740
}

packages/cli/i18n.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,34 @@
1414
"csv": {
1515
"include": ["demo/csv/example.csv"]
1616
},
17+
"ejs": {
18+
"include": ["demo/ejs/[locale]/*.ejs"]
19+
},
1720
"flutter": {
1821
"include": ["demo/flutter/[locale]/*.arb"]
1922
},
2023
"html": {
2124
"include": ["demo/html/[locale]/*.html"]
2225
},
2326
"json": {
24-
"include": ["demo/json/[locale]/*.json"],
27+
"include": ["demo/json/[locale]/example.json"],
2528
"lockedKeys": ["locked_key_1"],
2629
"ignoredKeys": ["ignored_key_1"]
2730
},
2831
"jsonc": {
29-
"include": ["demo/jsonc/[locale]/*.jsonc"],
32+
"include": ["demo/jsonc/[locale]/example.jsonc"],
3033
"lockedKeys": ["locked_key_1"],
3134
"ignoredKeys": ["ignored_key_1"]
3235
},
36+
"json5": {
37+
"include": ["demo/json5/[locale]/example.json5"]
38+
},
39+
"json-dictionary": {
40+
"include": ["demo/json-dictionary/example.json"]
41+
},
42+
"markdoc": {
43+
"include": ["demo/markdoc/[locale]/*.markdoc"]
44+
},
3345
"markdown": {
3446
"include": ["demo/markdown/[locale]/*.md"],
3547
"exclude": ["demo/markdown/[locale]/ignored.md"]
@@ -45,11 +57,20 @@
4557
"properties": {
4658
"include": ["demo/properties/[locale]/*.properties"]
4759
},
60+
"srt": {
61+
"include": ["demo/srt/[locale]/*.srt"]
62+
},
63+
"txt": {
64+
"include": ["demo/txt/[locale]/*.txt"]
65+
},
4866
"typescript": {
4967
"include": ["demo/typescript/[locale]/*.ts"],
5068
"lockedKeys": ["forms/locked_key_1"],
5169
"ignoredKeys": ["forms/ignored_key_1"]
5270
},
71+
"vtt": {
72+
"include": ["demo/vtt/[locale]/*.vtt"]
73+
},
5374
"xcode-strings": {
5475
"include": ["demo/xcode-strings/[locale]/*.strings"]
5576
},
@@ -64,6 +85,9 @@
6485
"xcode-xcstrings-v2": {
6586
"include": ["demo/xcode-xcstrings-v2/*.xcstrings"]
6687
},
88+
"xml": {
89+
"include": ["demo/xml/[locale]/*.xml"]
90+
},
6791
"yaml": {
6892
"include": ["demo/yaml/[locale]/*.yml"],
6993
"lockedKeys": ["locked_key_1"],

0 commit comments

Comments
 (0)