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

Update locale settings #921

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ users_sysadmin:
- konrad

# activate the language switcher
available_locales: en,fr,es
available_locales: en_AU,fr,es
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because in au.yml:

locale: en_AU
language: en_AU.UTF-8


# Size in bytes. You can also use units like 1G, 512MiB or 1000KB. See: `man fallocate`
# The default is `false`, not installing a swapfile.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ country_code: CA
currency: CAD
locale: en_CA
available_locales: en_CA,fr_CA,cy
language: en.UTF-8
language: en_CA.UTF-8
language_packages:
- language-pack-en-base
l10n_repo: https://github.com/openfoodfoundation/l10n_ca.git
Expand Down
Loading