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

fix(translations): correct Korean translation #2095

Merged
merged 1 commit into from Dec 17, 2021
Merged

Commits on Dec 14, 2021

  1. fix(translations): correct Korean translation

    adapted following rules
    
    boolean: '불리언' (ko wikipedia common)
    default: '기본값'
    argument: '인수' (parameter: '인자, 매개변수')
    choices: '선택지'
    given: '주어진'
    missing: '주어지지 않은'  (the oppsite of given)
    unknown: '알 수 없는'
    invalid: '유효하지 않은'
    version number: '버전'
    mutually exclusive: '동시제 지정할 수 없-'
    + Added appropriate postpositions
    
    Translating "deprecated" and "deprecated: %s" is out of my consideration as I couldn't describe them as no short sentences.
    dewcked committed Dec 14, 2021
    Copy the full SHA
    898bf83 View commit details
    Browse the repository at this point in the history