Skip to content

Commit

Permalink
[Intl] Cleanup unused language aliases entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Aug 13, 2019
1 parent e6b52cc commit 1689f77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -158,7 +158,6 @@ protected function generateDataForMeta(BundleEntryReaderInterface $reader, $temp
return [
'Version' => $rootBundle['Version'],
'Languages' => $this->languageCodes,
'Aliases' => array_column(iterator_to_array($metadataBundle['alias']['language']), 'replacement'),
'Alpha2ToAlpha3' => $this->generateAlpha2ToAlpha3Mapping($metadataBundle),
];
}
Expand Down
Expand Up @@ -622,7 +622,6 @@
"zxx",
"zza"
],
"Aliases": [],
"Alpha2ToAlpha3": {
"aa": "aar",
"ab": "abk",
Expand Down

0 comments on commit 1689f77

Please sign in to comment.