Skip to content

Commit c683f55

Browse files
committed
Tip re: locale -a
1 parent 1d27396 commit c683f55

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/reprex-locale.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
#' setting specific categories, such as `"LC_TIME"`, than multi-category
2121
#' shortcuts like `"LC_ALL"` or `"LANG"`. The `locale` values must follow the
2222
#' format dictated by your operating system and the requested locale must be
23-
#' installed. Note that the format for `locale` and `language` are different
23+
#' installed. On *nix systems, `locale -a` is a good way to see which locales
24+
#' are installed. Note that the format for `locale` and `language` are different
2425
#' from each other on Windows.
2526
#'
2627
#' Examples: `"en_CA.UTF-8"` (macOS), `"French_France.1252"` (Windows).

man/reprex_locale.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)