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

Support additional languages for random phrases #538

Merged
merged 20 commits into from
Jun 23, 2021

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    630ed70 View commit details
    Browse the repository at this point in the history
  2. Connect language option in running tutorial to exercise evaluation

    - Updating the language in the app sets `tutorial.language` in the request that can be read via `read_request()`
    - That language option is added to the `exercise` object in Shiny
    - evaluate_exercise() sets the knitr option `tutorial.language` to match that language via `i18n_set_language_option()`
    - Exercise code can read the current language via `i18n_get_language_option()`
    gadenbuie committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    2179faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fcc012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e18fa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    441d512 View commit details
    Browse the repository at this point in the history
  6. Set exercise chunk options globally when rendering the exercise

    Avoids having to make sure that all of the chunk options fit on one line
    gadenbuie committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    0aff7c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7088a50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92c458e View commit details
    Browse the repository at this point in the history
  9. Delete stray #'

    gadenbuie committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    89d55f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Update R/exercise.R

    Co-authored-by: Barret Schloerke <barret@rstudio.com>
    gadenbuie and schloerke authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    7e50614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7327528 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    f0b789b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813df47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b5dad1 View commit details
    Browse the repository at this point in the history
  4. Add emoji random phrases

    gadenbuie committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    2e66306 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5fabfd View commit details
    Browse the repository at this point in the history
  6. Update internal i18n data

    gadenbuie committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    91ee042 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59a3303 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8000ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e57f3f5 View commit details
    Browse the repository at this point in the history