Skip to content

Commit

Permalink
Tip re: locale -a
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Apr 2, 2021
1 parent 1d27396 commit c683f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/reprex-locale.R
Expand Up @@ -20,7 +20,8 @@
#' setting specific categories, such as `"LC_TIME"`, than multi-category
#' shortcuts like `"LC_ALL"` or `"LANG"`. The `locale` values must follow the
#' format dictated by your operating system and the requested locale must be
#' installed. Note that the format for `locale` and `language` are different
#' installed. On *nix systems, `locale -a` is a good way to see which locales
#' are installed. Note that the format for `locale` and `language` are different
#' from each other on Windows.
#'
#' Examples: `"en_CA.UTF-8"` (macOS), `"French_France.1252"` (Windows).
Expand Down
3 changes: 2 additions & 1 deletion man/reprex_locale.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c683f55

Please sign in to comment.