We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789c8a2 commit 75e4892Copy full SHA for 75e4892
3 files changed
src/locales/en_HK/location/city.ts src/locales/en_HK/location/city_name.tssrc/locales/en_HK/location/city.ts renamed to src/locales/en_HK/location/city_name.ts
src/locales/en_HK/location/city_pattern.ts
@@ -0,0 +1 @@
1
+export default ['{{location.city_name}}'];
src/locales/en_HK/location/index.ts
@@ -4,7 +4,8 @@
4
*/
5
import type { LocationDefinitions } from '../../..';
6
import building_number from './building_number';
7
-import city from './city';
+import city_name from './city_name';
8
+import city_pattern from './city_pattern';
9
import default_country from './default_country';
10
import postcode from './postcode';
11
import postcode_by_state from './postcode_by_state';
@@ -18,7 +19,8 @@ import street_suffix from './street_suffix';
18
19
20
const location: LocationDefinitions = {
21
building_number,
- city,
22
+ city_name,
23
+ city_pattern,
24
default_country,
25
postcode,
26
postcode_by_state,
0 commit comments