docs(schema): fix leftover Italian "Chiave" in English schema header#314
Merged
bfabio merged 1 commit intopubliccodeyml:mainfrom Apr 24, 2026
Merged
Conversation
|
@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. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@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. |
8d29e4e to
e798a15
Compare
Contributor
Author
lol. When I'm new to a repo I use some of my skills to just do summary so it's super clear 😀 |
Contributor
Author
|
Squashed down to the title line (force-pushed to e798a15). Ready when you are, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 usesKey. This was the only leftover Italian on line 130.Changes
docs/standard/schema.it.rst:Chiave→Keyon line 130.Verification
Before:
After:
All 12
Key ...section headers now follow the same pattern. Page renders tocountry.htmlat build time, so the fix lands on the published page automatically.Non-goals
Chiave→Keycase the issue called out. Not touching any of the field names in backticks (likepiattafomeon line 107, which is inside a key identifier and therefore intentional / out of scope for a language-consistency fix).docs/standard/schema.core.rstordocs/standard/country.rst.Fixes #313