Skip to content

Commit

Permalink
IBX-9444: Fixed locale ach-UG
Browse files Browse the repository at this point in the history
  • Loading branch information
reithor committed Jan 29, 2025
1 parent 4dbb516 commit b5f6c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 EXCLUDED_TRANSLATIONS = ['ach'];
private const EXCLUDED_TRANSLATIONS = ['ach-UG'];

/** @var \Symfony\Component\Validator\Validator\ValidatorInterface */
private $validator;
Expand Down

0 comments on commit b5f6c88

Please sign in to comment.