1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Fix for broken CI

This commit is contained in:
eldadfux 2019-10-05 08:57:00 +03:00
parent 019ae93fcd
commit 0ab1449402

View file

@ -16,6 +16,6 @@ return [
'locale.country.unknown' => '未知', 'locale.country.unknown' => '未知',
'countries' => include 'zh.countries.php', 'countries' => include 'zh-cn.countries.php',
'continents' => include 'zh.continents.php', 'continents' => include 'zh-cn.continents.php',
]; ];