Skip to content

chore: fix trailing commas in fish and state names #418

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

Merged
merged 3 commits into from
Feb 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/locales/en/animal/fish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export default [
'Peruvian anchoveta',
'Silver carp',
'Common carp',
'Asari,',
'Japanese littleneck,',
'Filipino Venus,',
'Japanese cockle,',
'Asari',
'Japanese littleneck',
'Filipino Venus',
'Japanese cockle',
'Alaska pollock',
'Nile tilapia',
'Whiteleg shrimp',
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en_ZA/address/state.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default [
'Limpopo',
'Gauteng',
'Free State,',
'Free State',
'North West',
'Northern Cape',
'Western Cape,',
'Western Cape',
'KwaZulu-Natal',
'Mpumalanga',
'Eastern Cape',
Expand Down