Giter Site home page Giter Site logo

Translated Readmes about discussions HOT 5 CLOSED

expressjs avatar expressjs commented on April 20, 2024
Translated Readmes

from discussions.

Comments (5)

dougwilson avatar dougwilson commented on April 20, 2024

Yea, it's really hard. The only experience I've had was with the understanding csrf thing, and it's not great. The best case is people from the other language periodically making PRs to match English changes, and the worst case is issues complaining it's out of date and asking for you to update it.

Things like google translate exist, and I would say that other languages can use that, but I'm not sure how good it is :)

from discussions.

crandmck avatar crandmck commented on April 20, 2024

This is something that tech writers grapple with all the time. In general, since we constantly update and improve the documentation in English, translated content will inevitably get out of date. If you have a translation budget and work with professional translators, it's pretty straightforward to do incremental translations to keep them up to date with changes in English content.

For open source community translation, though, it's another matter. It's typical in my experience to put a prominent disclaimer at the top of every such page that states it's a community translation that may not be up to date with the latest English content, and the reader should always refer to the English version for the latest and most accurate information (with link).

We've even done this for the professional translations that IBM provided of the Express docs.
For example: http://expressjs.com/de/

So, AFAIK, this is about as good as we can do. It's either that or just don't accept community translations, which of course excludes non-English speakers. I guess you could argue it either way, but in my view something is better than nothing.

As far as machine translation (e.g. Google Translate), I believe it's getting better, but unfortunately it's still not that good. It does OK for one or two simple sentences, but beyond that, the inaccuracies add up to the point where it can become more dangerous than valuable--by that, I mean that small differences in translation can completely change the meaning; or be so very difficult to decipher. It may have some value, but in the end the reader is left trying to sort out a puzzle. I've discussed this at some length with some of the globalization experts at IBM, and they don't have a great deal of confidence in it (yet).

from discussions.

dougwilson avatar dougwilson commented on April 20, 2024

Thanks for your insights, @crandmck , very enlightening!

from discussions.

LinusU avatar LinusU commented on April 20, 2024

My notes from the last meeting:

We will go ahead and merge the pull request. The current structure is that translations are put in a doc folder with the language code in the name, like so: doc/README-zh-cn.md.

All languages are linked from the top of each file, like so:

README.md

## Language
English [简体中文](./doc/README-zh-cn.md)

doc/README-zh-cn.md

## Language
[English](../README.md) 简体中文

from discussions.

crandmck avatar crandmck commented on April 20, 2024

Sorry I didn't catch this before.... The entry in the main README.md is confusing. Why does it say "English" when it's a link to the Chinese README? I'll open a PR with my suggested modification.

from discussions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.