Skip to content

Commit

Permalink
Update postcode_by_state.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
matthewmayer and ST-DDT authored Aug 18, 2024
1 parent f05653c commit 3fc43cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/en_CA/location/postcode_by_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
NU: `{{helpers.fromRegExp(X${suffix})}}`, // Nunavut
ON: `{{helpers.fromRegExp([KLMNP]${suffix})}}`, // Ontario
PE: `{{helpers.fromRegExp(C${suffix})}}`, // Prince Edward Island
QC: `{{helpers.fromRegExp([HJG]${suffix})}}`, // Quebec
QC: `{{helpers.fromRegExp([GHJ]${suffix})}}`, // Quebec
SK: `{{helpers.fromRegExp(S${suffix})}}`, // Saskatchewan
YT: `{{helpers.fromRegExp(Y${suffix})}}`, // Yukon
};

0 comments on commit 3fc43cc

Please sign in to comment.