Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add en_CA city_name (close #983) #992

Merged
merged 2 commits into from
May 24, 2022

Conversation

wingleungchoi
Copy link
Contributor

@wingleungchoi wingleungchoi commented May 24, 2022

Fixes: #983
Motivation: #983 (comment)

add Canada city_name
contains the following special characters

  • - e.g. 'Baie-Comeau'
  • French alphabet for cities in Quebec, e.g. â in Châteauguay, in Val-d’Or

city list is based on https://www.britannica.com/topic/list-of-cities-and-towns-in-Canada-2038873

@wingleungchoi wingleungchoi requested a review from a team as a code owner May 24, 2022 10:42
@Shinigami92 Shinigami92 added the c: locale Permutes locale definitions label May 24, 2022
@Shinigami92 Shinigami92 added this to the v7 - Current Major milestone May 24, 2022
@Shinigami92 Shinigami92 requested review from a team May 24, 2022 10:47
@Shinigami92 Shinigami92 added p: 1-normal Nothing urgent s: accepted Accepted feature / Confirmed bug labels May 24, 2022
@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #992 (446ee62) into main (2427a52) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##             main     #992    +/-   ##
========================================
  Coverage   99.67%   99.67%            
========================================
  Files        2110     2111     +1     
  Lines      225732   225957   +225     
  Branches      978      978            
========================================
+ Hits       224989   225214   +225     
  Misses        723      723            
  Partials       20       20            
Impacted Files Coverage Δ
src/locales/en_CA/address/city_name.ts 100.00% <100.00%> (ø)
src/locales/en_CA/address/index.ts 100.00% <100.00%> (ø)

@Shinigami92 Shinigami92 requested a review from ST-DDT May 24, 2022 12:18
@Shinigami92 Shinigami92 enabled auto-merge (squash) May 24, 2022 13:32
@Shinigami92 Shinigami92 merged commit dc5c720 into faker-js:main May 24, 2022
Minozzzi pushed a commit to Minozzzi/faker that referenced this pull request Jul 19, 2022
Co-authored-by: Wing Leung Choi <wchoi@and.digital>
@xDivisionByZerox xDivisionByZerox added the m: location Something is referring to the location module label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: locale Permutes locale definitions m: location Something is referring to the location module p: 1-normal Nothing urgent s: accepted Accepted feature / Confirmed bug
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

city does not return localized city name
5 participants