Giter VIP home page Giter VIP logo

hwstranslation's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hwstranslation's Issues

[TIP] Make translators work easier

Make translators work easier

This issue will cover just an advice if it's a commonly approved tip we can put it to the readme file.

Don't try to reinvent the wheel and translate everything. I mean here the IT-English terms, like: closure, ui, view, animate and so on.
If we leave the IT-English words as-is, that will also help the future-readers to search for solutions & problems.

My advice is to mark them with [^1] footnotes and under (in the footnote) explain the concept.

Spot two errors in en/1-1.md

Hello Paul,

I have translated the "1-1.md" file in French as-is but in English version, I spot two errors :

  • In the second paragraph, you wrote "« then make sure you have Swift selected for language and Universal for devices. ». The devices drop-down list no longer exists since Xcode 9.1. By default, the project is Universal.
  • For the 1-7.png file, you wrote "When you add items to Xcode, make sure you choose Create Folder References.". I think it would be "When you add items to Xcode, make sure you choose Create Groups."

Johann

EN | 7-5.md: Probably confusing code?

Hi @twostraws, I noticed that at the end of chapter 7-5, there is the following code:

    if let url = URL(string: urlString) {
        if let data = try? Data(contentsOf: url) {
            parse(json: data)
            return
        } else {
            showError()
        }
    } else {
        showError()
    }

In the next paragraph, you suggest to add a return statement after parse() to clean up the code by removing the else-statements. But the return statement is already in the code above. So it seems that the return should not be in the code above, but only in the cleaned-up code given after this paragraph. I will submit the German translation as is, but if you agree that this should be changed, let me know and I will modify the translation.

Cheers,
Peter

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.