1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12: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' => '未知',
'countries' => include 'zh.countries.php',
'continents' => include 'zh.continents.php',
'countries' => include 'zh-cn.countries.php',
'continents' => include 'zh-cn.continents.php',
];