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

Poeditor Locale mapping with multiple app locales #7

Closed
gdebrauwer opened this issue Apr 23, 2021 · 0 comments · Fixed by #11
Closed

Poeditor Locale mapping with multiple app locales #7

gdebrauwer opened this issue Apr 23, 2021 · 0 comments · Fixed by #11
Labels
bug Something isn't working enhancement New feature or request

Comments

@gdebrauwer
Copy link
Collaborator

If in the config file the following is defined

'locales' => ['en' => 'en_GB', 'fr' => 'fr_FR', 'nl' => 'nl_NL', 'nl' => 'nl_BE', 'de' => 'de_DE'],

then only 'nl' => 'nl_BE' will be used and not 'nl' => 'nl_NL'.

It should be possible to map a poeditor locale to multiple app locales. Maybe:

'locales' => ['en' => 'en_GB', 'fr' => 'fr_FR', 'nl' => ['nl_NL', 'nl_BE'], 'de' => 'de_DE'],
@gdebrauwer gdebrauwer added bug Something isn't working enhancement New feature or request labels Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant