Skip to content

Commit db07244

Browse files
authored
Merge pull request #328 from MakersOfSweden/20250125_docs_SE
fix: Post installation instructions updated
2 parents 2f75925 + ab99d2a commit db07244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/POST_INSTALL_STEPS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ MemberMatters has out of the box support for different locales (a combination of
6767
formatting). Currently, only the following locales are supported. If you want to add or improve support for a new locale
6868
then please file an issue, we'd love to help make it available in your language.
6969

70-
MemberMatters will auto-detect the locale setting the user's browser is set to, and use that translation if available.
70+
MemberMatters will automatically change the language since it auto-detects the locale setting the user's browser is set to, and use that translation if available.
7171
However, as noted below, currencies will use a hardcoded value set by a configuration option.
7272

7373
> NOTE: the `SITE_LOCALE_CURRENCY` option is what determines how the currency is displayed. This is "hardcoded" as a
@@ -84,6 +84,7 @@ However, as noted below, currencies will use a hardcoded value set by a configur
8484
* `en-US` - no translation available (fall back to `en-AU`), currency format `$12.50`.
8585
* `en-GB` - no translation available (fall back to `en-AU`), currency format `£12.50`.
8686
* `en-IE` - no translation available (fall back to `en-AU`), currency format `€12.50`.
87+
* `sv-SE` - full translation available, currency format `kr 12.50`.
8788

8889
### General
8990
* "SITE_NAME" - Name of the website.

0 commit comments

Comments
 (0)