Skip to content

Commit b4b5630

Browse files
committed
fix: regenerate i18n schema for brand page keys
1 parent c956570 commit b4b5630

File tree

1 file changed

+219
-0
lines changed

1 file changed

+219
-0
lines changed

i18n/schema.json

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
},
6464
"keyboard_shortcuts": {
6565
"type": "string"
66+
},
67+
"brand": {
68+
"type": "string"
6669
}
6770
},
6871
"additionalProperties": false
@@ -4399,6 +4402,222 @@
43994402
},
44004403
"additionalProperties": false
44014404
},
4405+
"logo_menu": {
4406+
"type": "object",
4407+
"properties": {
4408+
"copy_svg": {
4409+
"type": "string"
4410+
},
4411+
"browse_brand": {
4412+
"type": "string"
4413+
}
4414+
},
4415+
"additionalProperties": false
4416+
},
4417+
"brand": {
4418+
"type": "object",
4419+
"properties": {
4420+
"title": {
4421+
"type": "string"
4422+
},
4423+
"heading": {
4424+
"type": "string"
4425+
},
4426+
"meta_description": {
4427+
"type": "string"
4428+
},
4429+
"intro": {
4430+
"type": "string"
4431+
},
4432+
"logos": {
4433+
"type": "object",
4434+
"properties": {
4435+
"title": {
4436+
"type": "string"
4437+
},
4438+
"description": {
4439+
"type": "string"
4440+
},
4441+
"wordmark": {
4442+
"type": "string"
4443+
},
4444+
"wordmark_alt": {
4445+
"type": "string"
4446+
},
4447+
"wordmark_light_alt": {
4448+
"type": "string"
4449+
},
4450+
"mark": {
4451+
"type": "string"
4452+
},
4453+
"mark_alt": {
4454+
"type": "string"
4455+
},
4456+
"mark_light_alt": {
4457+
"type": "string"
4458+
},
4459+
"app_icon": {
4460+
"type": "string"
4461+
},
4462+
"app_icon_alt": {
4463+
"type": "string"
4464+
},
4465+
"app_icon_light_alt": {
4466+
"type": "string"
4467+
},
4468+
"on_dark": {
4469+
"type": "string"
4470+
},
4471+
"on_light": {
4472+
"type": "string"
4473+
},
4474+
"download_svg": {
4475+
"type": "string"
4476+
},
4477+
"download_png": {
4478+
"type": "string"
4479+
},
4480+
"download_svg_aria": {
4481+
"type": "string"
4482+
},
4483+
"download_png_aria": {
4484+
"type": "string"
4485+
}
4486+
},
4487+
"additionalProperties": false
4488+
},
4489+
"customize": {
4490+
"type": "object",
4491+
"properties": {
4492+
"title": {
4493+
"type": "string"
4494+
},
4495+
"description": {
4496+
"type": "string"
4497+
},
4498+
"accent_label": {
4499+
"type": "string"
4500+
},
4501+
"bg_label": {
4502+
"type": "string"
4503+
},
4504+
"download_svg_aria": {
4505+
"type": "string"
4506+
},
4507+
"download_png_aria": {
4508+
"type": "string"
4509+
}
4510+
},
4511+
"additionalProperties": false
4512+
},
4513+
"colors": {
4514+
"type": "object",
4515+
"properties": {
4516+
"title": {
4517+
"type": "string"
4518+
},
4519+
"description": {
4520+
"type": "string"
4521+
},
4522+
"copy_hex": {
4523+
"type": "string"
4524+
},
4525+
"copy_oklch": {
4526+
"type": "string"
4527+
},
4528+
"copied": {
4529+
"type": "string"
4530+
},
4531+
"background": {
4532+
"type": "string"
4533+
},
4534+
"foreground": {
4535+
"type": "string"
4536+
},
4537+
"accent": {
4538+
"type": "string"
4539+
}
4540+
},
4541+
"additionalProperties": false
4542+
},
4543+
"typography": {
4544+
"type": "object",
4545+
"properties": {
4546+
"title": {
4547+
"type": "string"
4548+
},
4549+
"description": {
4550+
"type": "string"
4551+
},
4552+
"sans": {
4553+
"type": "string"
4554+
},
4555+
"sans_desc": {
4556+
"type": "string"
4557+
},
4558+
"mono": {
4559+
"type": "string"
4560+
},
4561+
"mono_desc": {
4562+
"type": "string"
4563+
},
4564+
"pangram": {
4565+
"type": "string"
4566+
},
4567+
"numbers": {
4568+
"type": "string"
4569+
}
4570+
},
4571+
"additionalProperties": false
4572+
},
4573+
"usage": {
4574+
"type": "object",
4575+
"properties": {
4576+
"title": {
4577+
"type": "string"
4578+
},
4579+
"description": {
4580+
"type": "string"
4581+
},
4582+
"do": {
4583+
"type": "string"
4584+
},
4585+
"dont": {
4586+
"type": "string"
4587+
},
4588+
"do_clear_space": {
4589+
"type": "string"
4590+
},
4591+
"do_color_variants": {
4592+
"type": "string"
4593+
},
4594+
"do_aspect_ratio": {
4595+
"type": "string"
4596+
},
4597+
"do_minimum_size": {
4598+
"type": "string"
4599+
},
4600+
"dont_stretch": {
4601+
"type": "string"
4602+
},
4603+
"dont_recolor": {
4604+
"type": "string"
4605+
},
4606+
"dont_busy_bg": {
4607+
"type": "string"
4608+
},
4609+
"dont_effects": {
4610+
"type": "string"
4611+
},
4612+
"dont_rotate": {
4613+
"type": "string"
4614+
}
4615+
},
4616+
"additionalProperties": false
4617+
}
4618+
},
4619+
"additionalProperties": false
4620+
},
44024621
"$schema": {
44034622
"type": "string"
44044623
}

0 commit comments

Comments
 (0)