Commit 75e4892 1 parent 789c8a2 commit 75e4892 Copy full SHA for 75e4892
File tree 3 files changed +5
-2
lines changed
src/locales/en_HK/location
3 files changed +5
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ export default [ '{{location.city_name}}' ] ;
Original file line number Diff line number Diff line change 4
4
*/
5
5
import type { LocationDefinitions } from '../../..' ;
6
6
import building_number from './building_number' ;
7
- import city from './city' ;
7
+ import city_name from './city_name' ;
8
+ import city_pattern from './city_pattern' ;
8
9
import default_country from './default_country' ;
9
10
import postcode from './postcode' ;
10
11
import postcode_by_state from './postcode_by_state' ;
@@ -18,7 +19,8 @@ import street_suffix from './street_suffix';
18
19
19
20
const location : LocationDefinitions = {
20
21
building_number,
21
- city,
22
+ city_name,
23
+ city_pattern,
22
24
default_country,
23
25
postcode,
24
26
postcode_by_state,
You can’t perform that action at this time.
0 commit comments