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

Provide naming of LCAByg Constructions in at least English apart from Danish. #8

Open
Curiosit opened this issue Mar 13, 2023 · 1 comment
Assignees

Comments

@Curiosit
Copy link
Collaborator

This can be done by translating LCAByg_constructions.json, and adding additional field to JSON. Question is what should the naming system be. I think english name should be default, and the others should be optional.
from this:

{
    "staticFullName": "Beklædning, brandgips 15 mm",
    "_id": "28185835-607b-5336-bb15-b10f3eb840e5",
    "resourceSubType": "Gypsum",
    "area": "DK"
  },

to this:

{
   "staticFullName": "Gypsum board wall cladding (fireresistant), 15mm",
   "staticFullName_DK": "Beklædning, brandgips 15 mm",
   "_id": "28185835-607b-5336-bb15-b10f3eb840e5",
   "resourceSubType": "Gypsum",
   "area": "DK"
 },
@Curiosit Curiosit self-assigned this Mar 13, 2023
@rhughes42 rhughes42 changed the title Provide naming of LCAByg Constructions in at least english apart from danish Provide naming of LCAByg Constructions in at least English apart from Danish. Dec 24, 2023
@rhughes42
Copy link
Collaborator

@fabianlinkflink @pfmephisto I could use GCP Vertex AI to try and automatically translate this if you like, but it's best done outside the public repo for obvious reasons.

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

No branches or pull requests

3 participants