From a794be694c90eb084d0392621f2c27c2d92a8cea Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sun, 25 Apr 2021 11:40:45 -0700 Subject: [PATCH] faq: Formatting fix --- docs/content/faq.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 0e3572a..d624414 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -274,9 +274,12 @@ draft: false ## How do change the format for currency and numeric values? - cointop uses the `LC_MONETARY` and `LC_NUMERIC` environment variables to format - currency and numeric values. To see cointop display currency with Bengalese numbers + Cointop uses the `LC_MONETARY` and `LC_NUMERIC` environment variables to format + currency and numeric values. + + For example, to see cointop display currency with Bengalese numbers and numeric values in arabic run `/usr/bin/env LC_MONETARY=bn LC_NUMERIC=ar cointop`. + For more information about how to check and configure your locale settings see [`locale(1)`](https://www.unix.com/man-page/linux/1/locale/) and [`locale(5)`](https://www.unix.com/man-page/linux/5/locale/).