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

Support multiple named locales #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Support multiple named locales #39

wants to merge 1 commit into from

Conversation

phensley
Copy link
Contributor

@phensley phensley commented Oct 17, 2022

Extends the compiler to support multiple named locales that can be selected by formatters.

In this example this assumes the compiler has been configured with a default locale and one named locale "user" set to es:

{t|datetime}
{t|datetime locale:user}

output:

February 10, 2020
10 de febrero de 2020

@CLAassistant
Copy link

CLAassistant commented Oct 17, 2022

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants