forked from codeforboston/cliff-effects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleans '/src/localization'. codeforboston#1018
@todo Get rid of quotes around keys in google docs then copy paste into local files
- Loading branch information
Showing
7 changed files
with
66 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
// List of people who've contributed to the project. Thank you! | ||
export default [ | ||
'Annie LaCourt', | ||
'Isaac Chansky', | ||
'Michelle Bernstein', | ||
'Alec Danaher', | ||
'Sasha Maryl', | ||
'Drew Love', | ||
'Liani Lye', | ||
'Andrew Cunningham', | ||
'Liam Morley', | ||
'Nick Francisci', | ||
'Stephen Chin', | ||
'Shameek Poddar', | ||
'Will McIntosh', | ||
'Andrew Seeder', | ||
'Ben Lewis', | ||
'Yingtong Zhao', | ||
'Don Blair', | ||
'Ethan Strominger', | ||
'Nick Lee', | ||
'Jonathan Marcus', | ||
'Emily Wasserman', | ||
'Ethan Blackwood', | ||
'Valerie Kenyon', | ||
'Robert Christie', | ||
'Jeff Langevin', | ||
'Michael Caveney', | ||
'Hieu Tran', | ||
const contributors = [ | ||
`Annie LaCourt`, | ||
`Isaac Chansky`, | ||
`Michelle Bernstein`, | ||
`Alec Danaher`, | ||
`Sasha Maryl`, | ||
`Drew Love`, | ||
`Liani Lye`, | ||
`Andrew Cunningham`, | ||
`Liam Morley`, | ||
`Nick Francisci`, | ||
`Stephen Chin`, | ||
`Shameek Poddar`, | ||
`Will McIntosh`, | ||
`Andrew Seeder`, | ||
`Ben Lewis`, | ||
`Yingtong Zhao`, | ||
`Don Blair`, | ||
`Ethan Strominger`, | ||
`Nick Lee`, | ||
`Jonathan Marcus`, | ||
`Emily Wasserman`, | ||
`Ethan Blackwood`, | ||
`Valerie Kenyon`, | ||
`Robert Christie`, | ||
`Jeff Langevin`, | ||
`Michael Caveney`, | ||
`Hieu Tran`, | ||
]; | ||
|
||
|
||
export { contributors }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters