-
Notifications
You must be signed in to change notification settings - Fork 9
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
Specify JSON-LD fields to be translated #2529
Comments
Hey folks, I went through and scraped info from all of the registered credit classes, projects, and batches to generate a list of key-value pairs for us to translate. cc @flagrede @blushi @wgardiner
|
@erikalogie can you take a look through this? |
I don't think we need to translate
If we translate it this means we would need different constants based on the selected language which complicates things unnessarily. For Generally, anything that is an |
Also for duration like |
LGTM aside from Marie's comments |
@S4mmyb Here's an updated list of json fields to be translated. When we need to translate a value within a nested object, I separate the keys with a dot, this is how our translation process works. This way we can translate Within I've also included some fields that were listed but should be translated IMO:
|
Hey @blushi, thanks for updating that. I was thinking about this more and I think To enhance accessibility, we recommend translating all I think we try that and see how it works, then for the edge cases we can always go back and update the ones it didn't do well? |
So for "Verified Carbon Standard" credit class, I've done some tests and it will translate it as "Estándar de carbono verificado", is that fine? |
I wasn't sure about
If we translate the schema:name in it, it will give "CCB-Oro" |
We need to collect all metadata fields from our JSON-LD columns that should be translated (metadata_graph.metadata and project.metadata).
We can look those up from our legacy repo GitHub - regen-network/regen-registry-standards: 🌱 RDF and SHACL schemas for Regen Registry for existing metadata and from regen-data-standards repo for terrasos related fields once refactor Terrasos specific project schema to its own linkml class by clevinson · Pull Request #23 · regen-network/regen-data-standards and Add conservationStatus field to project metadata by wgardiner · Pull Request #20 · regen-network/regen-data-standards are merged.
The text was updated successfully, but these errors were encountered: