Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(localization): add schema for localization.json files #1713

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

kpanot
Copy link
Contributor

@kpanot kpanot commented Apr 25, 2024

Proposed change

Add localization.json files JSON Schema

Related issues

@kpanot kpanot requested a review from a team as a code owner April 25, 2024 04:33
Copy link

nx-cloud bot commented Apr 25, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 62028f3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

},
"dictionary": {
"type": "boolean",
"description": "Determine if the item can have multiple extensions",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this description really match what this field does ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just used the description from TS interface, it is not perfect but not wrong.
Basically it determines that the key can have a .<somthing> suffix.
If you have better, I take it :)

@kpanot kpanot force-pushed the feature/localization-schema branch from ca5444e to 49a5d34 Compare April 25, 2024 16:36
@kpanot kpanot force-pushed the feature/localization-schema branch from 49a5d34 to 62028f3 Compare April 26, 2024 07:04
@kpanot kpanot added this pull request to the merge queue Apr 30, 2024
Merged via the queue into main with commit a9dd483 Apr 30, 2024
28 checks passed
@kpanot kpanot deleted the feature/localization-schema branch April 30, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: @o3r/localization extractor skips objects
4 participants