aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en_HK/location/street_pattern.ts
blob: 7482e4a23ab36b3b6634f2af5261f260b6c3b086 (plain)
1
2
3
4
5
6
7
8
// Hong Kong has a mix of street names
// Some are English, for example "Argyle Street"
// Some are Cantonese, usually with two syllables and an English suffix, e.g. "Choi Wan Road"
// Real life examples: https://geographic.org/streetview/hong_kong/index.html
export default [
  '{{location.street_english_part}} {{location.street_suffix}}',
  '{{location.street_cantonese_part}} {{location.street_cantonese_part}} {{location.street_suffix}}',
];