Skip to content

Commit

Permalink
pkp#8598 Remove zh_Hant from the list
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Feb 13, 2023
1 parent d1c60dd commit 8b500b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/migration/upgrade/v3_4_0/MergeLocalesMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ public static function getAffectedLocales(): Collection
'vi' => collect(['vi_VN']),
'eu' => collect(['eu_ES']),
'sw' => collect(['sw_KE']),
'zh_TW' => 'zh_Hant'
// 'zh_TW' => 'zh_Hant'
]);
}
}

0 comments on commit 8b500b1

Please sign in to comment.