Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
reithor committed Feb 14, 2025
2 parents 3aef82d + 6ce821f commit f2a97c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AvailableLocaleChoiceLoader implements ChoiceLoaderInterface
*
* Acholi dialect is used by In-Context translation and should not be present on the list of available translations.
*/
private const array EXCLUDED_TRANSLATIONS = ['ach'];
private const array EXCLUDED_TRANSLATIONS = ['ach-UG'];

private ValidatorInterface $validator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function providerForGetChoiceList(): array
],
],
'acholi_exlusion' => [
['en', 'ach'],
['en', 'ach-UG'],
[],
[
'English' => 'en',
Expand Down

0 comments on commit f2a97c2

Please sign in to comment.