Skip to content

Commit 5697402

Browse files
Merge branch 'main' into feat/pseudo-localization
2 parents 9f4ed45 + 5fccf51 commit 5697402

File tree

15 files changed

+709
-35
lines changed

15 files changed

+709
-35
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.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
8+
9+
10+
## 0.0.43
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
15+
16+
17+
## 0.0.42
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
22+
23+
324
## 0.0.41
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.41",
3+
"version": "0.0.44",
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.96
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
8+
9+
10+
## 0.2.95
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
15+
16+
17+
## 0.2.94
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
22+
23+
324
## 0.2.93
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.93",
3+
"version": "0.2.96",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

demo/react-router-app/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b)]:
8+
9+
10+
## 1.0.4
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f)]:
15+
16+
17+
## 1.0.3
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206)]:
22+
23+
324
## 1.0.2
425

526
### Patch Changes

demo/react-router-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-app",
3-
"version": "1.0.2",
3+
"version": "1.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.117.4
4+
5+
### Patch Changes
6+
7+
- [#1644](https://github.com/lingodotdev/lingo.dev/pull/1644) [`2881712`](https://github.com/lingodotdev/lingo.dev/commit/2881712a1964dfa36eedfe70a00ae438f400647b) Thanks [@vrcprl](https://github.com/vrcprl)! - preserve list formatting in YAML files
8+
9+
## 0.117.3
10+
11+
### Patch Changes
12+
13+
- [#1642](https://github.com/lingodotdev/lingo.dev/pull/1642) [`9f429c6`](https://github.com/lingodotdev/lingo.dev/commit/9f429c6c8a64f8f829ac7bc1fc293697c5d93b9f) Thanks [@vrcprl](https://github.com/vrcprl)! - Preserve formatting in YAML files
14+
15+
## 0.117.2
16+
17+
### Patch Changes
18+
19+
- [#1640](https://github.com/lingodotdev/lingo.dev/pull/1640) [`80bcbe4`](https://github.com/lingodotdev/lingo.dev/commit/80bcbe4a65e0728e5795bb5b4f2b6e3d7e3aa206) Thanks [@vrcprl](https://github.com/vrcprl)! - preserve formatting for yaml format
20+
321
## 0.117.1
422

523
### Patch Changes
Lines changed: 54 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,55 @@
1-
es:
1+
en:
22
navigation:
3-
home: "Inicio"
4-
about: "Sobre nosotros"
5-
contact: "Contacto"
6-
services: "Servicios"
7-
forms:
8-
title: "Formulario de contacto"
9-
name_label: "Su nombre"
10-
email_label: "Dirección de correo electrónico"
11-
message_label: "Mensaje"
12-
submit_button: "Enviar mensaje"
13-
success_message: "¡Gracias por su mensaje!"
3+
home: "Home"
4+
about: "About us"
5+
contact: "Contact"
6+
services: "Services"
7+
forms:
8+
title: "Contact form"
9+
name_label: "Your name"
10+
email_label: "Email address"
11+
"message_label": Message
12+
submit_button: Submit message
13+
success_message: "Thank you for your message!"
14+
inflections:
15+
number_of_items: 100
16+
gender:
17+
f: "Feminine"
18+
m: "Masculine"
19+
n: "Neuter"
20+
female: :@f
21+
male: :@m
22+
neuter: :@n
23+
F: :@f
24+
M: :@m
25+
N: :@n
26+
default: :m
27+
date:
28+
abbr_day_names:
29+
- "Mon"
30+
- "Tue"
31+
- "Wed"
32+
- "Thu"
33+
- "Fri"
34+
- "Sat"
35+
- "Sun"
36+
abbr_month_names:
37+
- null
38+
- "Jan"
39+
- "Feb"
40+
- "Mar"
41+
- "Apr"
42+
- "May"
43+
- "Jun"
44+
- "Jul"
45+
- "Aug"
46+
- "Sep"
47+
- "Oct"
48+
- "Nov"
49+
- "Dec"
50+
formats:
51+
default: "MM/dd/yyyy"
52+
long: "MMMM d, yyyy"
53+
short: "MM/dd/yy"
54+
time: "h:mm a"
55+
time_with_seconds: "h:mm:ss a"
Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,55 @@
1-
es: {}
1+
es:
2+
navigation:
3+
home: "Inicio"
4+
about: "Sobre nosotros"
5+
contact: "Contacto"
6+
services: "Servicios"
7+
forms:
8+
title: "Formulario de contacto"
9+
name_label: "Tu nombre"
10+
email_label: "Dirección de correo electrónico"
11+
"message_label": Mensaje
12+
submit_button: Enviar mensaje
13+
success_message: "¡Gracias por tu mensaje!"
14+
inflections:
15+
number_of_items: 100
16+
gender:
17+
f: "Femenino"
18+
m: "Masculino"
19+
n: "Neutro"
20+
female: :@f
21+
male: :@m
22+
neuter: :@n
23+
F: :@f
24+
M: :@m
25+
N: :@n
26+
default: :m
27+
date:
28+
abbr_day_names:
29+
- "Lun"
30+
- "Mar"
31+
- "Mié"
32+
- "Jue"
33+
- "Vie"
34+
- "Sáb"
35+
- "Dom"
36+
abbr_month_names:
37+
- null
38+
- "Ene"
39+
- "Feb"
40+
- "Mar"
41+
- "Abr"
42+
- "May"
43+
- "Jun"
44+
- "Jul"
45+
- "Ago"
46+
- "Sep"
47+
- "Oct"
48+
- "Nov"
49+
- "Dic"
50+
formats:
51+
default: "dd/MM/yyyy"
52+
long: "d 'de' MMMM 'de' yyyy"
53+
short: "dd/MM/yy"
54+
time: "H:mm"
55+
time_with_seconds: "H:mm:ss"
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
11
title: "MyApp"
22
description: Hello, world!
3-
welcome_message: 'Welcome to MyApp'
4-
3+
welcome_message: "Welcome to MyApp"
54
user_profile:
65
display_name: "John Doe"
76
bio: Software developer
8-
97
navigation_items:
108
- "Home"
119
- "About"
1210
- "Contact"
13-
1411
product:
1512
name: "MyWidget"
1613
tagline: The best widget ever
1714
features:
1815
- "Easy to use"
1916
- "Fast and reliable"
20-
2117
settings:
2218
max_users: 100
2319
enabled: true
2420
timeout: 30.5
25-
2621
complex_structure:
2722
level_one:
2823
level_two:
2924
message: "Deep nested text"
30-
locked_key_1: "This value is locked and should not be changed"
31-
ignored_key_1: "This value is ignored and should not appear in target locales"
25+
locked_key_1: "This value is locked and should not be changed"

0 commit comments

Comments
 (0)