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

i18n_set_language_option() sets env var to translate R messages #558

Merged
merged 18 commits into from
Jul 28, 2021

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    fde70e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24da79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c464f80 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    6cc91a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7ab1f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. If messages are cahced between language switches (i.e. on Linux), inv…

    …alidate the cache so new messages have to generate
    rossellhayes committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    a239279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5e5fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e30e6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cf601f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Try to inherit a base R translation if the tutorial language is a var…

    …iant of a translated language (e.g. `pt` will inherit `pt_BR`)
    rossellhayes committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    bad1d8a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Update function names

    rossellhayes committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0e2d80c View commit details
    Browse the repository at this point in the history
  2. Update i18n_determine_base_r_language()

    Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
    rossellhayes and gadenbuie committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    266d55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7466dcc View commit details
    Browse the repository at this point in the history
  4. Handle case where no languages are installed

    Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
    rossellhayes and gadenbuie committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    aa767e5 View commit details
    Browse the repository at this point in the history
  5. Update NEWS

    rossellhayes committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a1c6183 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4954a59 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Use identical() instead of == and !=

    Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
    rossellhayes and gadenbuie committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d08d880 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated comment

    Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
    rossellhayes and gadenbuie committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0abbcaf View commit details
    Browse the repository at this point in the history