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

allow mapping one POEditor locale to multiple internal locales #11

Merged
merged 5 commits into from
Aug 25, 2023

Conversation

Bart-Kuenen-nextapps
Copy link
Contributor

No description provided.

@Bart-Kuenen-nextapps Bart-Kuenen-nextapps linked an issue Aug 21, 2023 that may be closed by this pull request
Comment on lines 83 to 84
return collect($locales)->filter(function ($val) {
return collect($val)->contains($this->getLocale());
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
return collect($locales)->filter(function ($val) {
return collect($val)->contains($this->getLocale());
return collect($locales)->filter(function ($internalLocales) {
return collect($internalLocales)->contains($this->getLocale());

@Bart-Kuenen-nextapps Bart-Kuenen-nextapps merged commit 1e92b40 into master Aug 25, 2023
@Bart-Kuenen-nextapps Bart-Kuenen-nextapps deleted the allow_mapping_to_multiple_app_locales branch August 25, 2023 11:22
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.

Poeditor Locale mapping with multiple app locales
3 participants