10000 [Translation] Add icu message support for the lokalise provider by DanielBadura · Pull Request #45368 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Translation] Add icu message support for the lokalise provider #45368

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

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fix the codestyle
  • Loading branch information
DanielBadura committed Jun 15, 2022
commit 375cc9881d2b0e59d4915adad7cb24ac22f92b0f
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private function exportFiles(array $locales, array $domains): array
'filter_langs' => array_values($locales),
'filter_filenames' => array_map([$this, 'getLokaliseFilenameFromDomain'], $domains),
'export_empty_as' => 'skip',
'placeholder_format' => $this->icuEnabled ? 'icu' : 'symfony'
'placeholder_format' => $this->icuEnabled ? 'icu' : 'symfony',
],
]);

Expand Down
0