Skip to content

Commit

Permalink
mention lazy load nzh
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed Apr 27, 2024
1 parent 91e6fba commit b655dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/translate-address-to-english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function prettyAddress(address: string) {
export function translateAddressToEnglish(
addressData: AddressToEnglishJson,
value: string,
// Manually pass in lazy loaded nzh instance to reduce bundle size
nzhInstance: typeof Nzh.hk,
) {
// the address parts in reverse order
Expand Down

0 comments on commit b655dda

Please sign in to comment.