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

Translating the Data Hazards documentation 🇩🇪 🇪🇸 🇨🇳 🇫🇷 🇮🇹 #193

Open
3 tasks
ninadicara opened this issue Feb 21, 2024 · 4 comments
Labels
accessibility enhancement New feature or request help wanted Extra attention is needed

Comments

@ninadicara
Copy link
Contributor

ninadicara commented Feb 21, 2024

As mentioned by @vairylein it would be very nice to have translations of the Data Hazards available, and we may have some people willing to do that for us.

It would be useful to think about

  • How this could be displayed on the website within the bounds of our current Sphinx setup (maybe using tabs?)
  • How we make sure this is kept up to date, or at least make sure we properly document the corresponding versions.
  • Make sure we are totally happy with the English language versions before translating them.

I think to begin with we would just want to focus on translating the actual Hazard labels, because there is a lot of other documentation, and it changes fairly often so would be hard to keep up the translations.

@ninadicara ninadicara changed the title Translating the Data Hazards Translating the Data Hazards documentation 🇩🇪 🇪🇸 🇨🇳 🇫🇷 🇮🇹 Feb 21, 2024
@ninadicara
Copy link
Contributor Author

Note - have a look at how the Turing Way does this, they must have some similar problems but I know they do have translations

@ninadicara
Copy link
Contributor Author

Okay - my thought is that on the Data Hazards page we can have links to 'View this page in German' etc at the top. This would port you to datahazards.com/etikett (for german, for instance) and all the Hazard label pages from this root page would be in this language too. We'd achieve this just by adding the new pages to a folder called etikett and adding an ettiket.md page to the root folder so the URLS still work. This is a fairly simple but hopefully effective way to achieve this!

@vairylein
Copy link

vairylein commented Feb 21, 2024

Yes! I agree we should focus on translating the hazard labels first. Maybe there is a way of condensing the basic instructions and project ethos to a one-pager that we could have available in all the languages without the crazy overhead of keeping absolutely everything up to date? I am in touch with a German data institute that would be interested in supporting the German version (through funding or a translator) and I would be happy to supervise it. I'll keep you up to date if that goes through!

@ninadicara
Copy link
Contributor Author

ninadicara commented Feb 21, 2024

Love the idea of a one pager! That would work perfectly :) actually, I'm revising my structure idea. We could use the three letter language code to make a folder from root so the (simplified) structure would look like:

|- site/
| |- index.md
| |- labels.md
| |- labels/
|    |- privacy.md
|    |- direct-harm.md
|    |- etc...
| |- deu 
|    |- about.md
|    |- eitkett.md
|    |- eitkett/
|       |- label1.md
|       |- label2md

Obviously, with the label names and properly translated. I think keeping things together in folders with the xxx/ added shouldn't be too annoying URL wise, but would help us organise the content and make sure updates are done to all the same translated files at the same time. It might also make it easier for people to contribute if it's more obvious where files should live.

@ninadicara ninadicara added enhancement New feature or request accessibility help wanted Extra attention is needed labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants