Skip to content

docs(schema): fix leftover Italian "Chiave" in English schema header#314

Merged
bfabio merged 1 commit intopubliccodeyml:mainfrom
tmchow:osc/313-italian-leftover-key-header
Apr 24, 2026
Merged

docs(schema): fix leftover Italian "Chiave" in English schema header#314
bfabio merged 1 commit intopubliccodeyml:mainfrom
tmchow:osc/313-italian-leftover-key-header

Conversation

@tmchow
Copy link
Copy Markdown
Contributor

@tmchow tmchow commented Apr 23, 2026

Fixes #313. The English schema reference page at https://yml.publiccode.tools/country.html (sourced from docs/standard/schema.it.rst) had one section header that was still in Italian — Chiave ``riuso/codiceIPA`` (*deprecated*) — while every other sibling header in the same file uses Key. This was the only leftover Italian on line 130.

Changes

  • docs/standard/schema.it.rst: ChiaveKey on line 130.
  • Adjusted the RST underline by 6 characters so it matches the new heading length (RST requires the underline to be >= the title length).

Verification

Before:

$ grep -cE '^Key |^Chiave ' docs/standard/schema.it.rst
12
$ grep -n '^Chiave ' docs/standard/schema.it.rst
130:Chiave ``riuso/codiceIPA`` (*deprecated*)

After:

$ grep -cE '^Key |^Chiave ' docs/standard/schema.it.rst
12
$ grep -n '^Chiave ' docs/standard/schema.it.rst
(no results)

All 12 Key ... section headers now follow the same pattern. Page renders to country.html at build time, so the fix lands on the published page automatically.

Non-goals

  • Only the ChiaveKey case the issue called out. Not touching any of the field names in backticks (like piattafome on line 107, which is inside a key identifier and therefore intentional / out of scope for a language-consistency fix).
  • No changes to docs/standard/schema.core.rst or docs/standard/country.rst.

Fixes #313

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

@tmchow is attempting to deploy a commit to the bfabio's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
publiccode-yml Ready Ready Preview, Comment Apr 24, 2026 3:55am

@bfabio
Copy link
Copy Markdown
Contributor

bfabio commented Apr 23, 2026

@tmchow patch is good, thanks!

Can you please squash the commit message down to just the title before I merge? The body is a bit much for a one-liner 😄

Save your tokens man.

@tmchow tmchow force-pushed the osc/313-italian-leftover-key-header branch from 8d29e4e to e798a15 Compare April 23, 2026 19:18
@tmchow
Copy link
Copy Markdown
Contributor Author

tmchow commented Apr 23, 2026

@tmchow patch is good, thanks!

Can you please squash the commit message down to just the title before I merge? The body is a bit much for a one-liner 😄

Save your tokens man.

lol. When I'm new to a repo I use some of my skills to just do summary so it's super clear 😀

@tmchow
Copy link
Copy Markdown
Contributor Author

tmchow commented Apr 23, 2026

Squashed down to the title line (force-pushed to e798a15). Ready when you are, thanks!

@bfabio bfabio merged commit 367a611 into publiccodeyml:main Apr 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Leftover Italian in English text

2 participants