- Jul 26, 2017
-
-
Ken authored
the background was white and the font color was too - I changed it to be black instead
-
- Jul 24, 2017
-
-
Paul Kaplan authored
Initial sound editor area with playback and renaming
-
Paul Kaplan authored
-
- Jul 21, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Fix reducer imports
-
Paul Kaplan authored
-
Paul Kaplan authored
Add import/export rules and fix lint errors
-
Ray Schamp authored
Update html-webpack-plugin to the latest version
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Feature/jest setup
-
Paul Kaplan authored
-
- Jul 20, 2017
-
-
chrisgarrity authored
Add language selection widget to menubar
-
Paul Kaplan authored
-
- Jul 19, 2017
-
-
chrisgarrity authored
Dynamic import didn’t do what we wanted, so just added `npm run i18n:msgs` to the start command. This is just temporary. Other changes as requested: * exports in one place * loc=> locale Also fixed use of require for localeData to use dynamic import (this one works), so the babelrc changes are needed, otherwise import as a function is not recognized.
-
Paul Kaplan authored
Update react-modal to the latest version
-
chrisgarrity authored
Added language-selector component and container. Replaced lib/intl.jsx with reducers/intl.js and added updateIntl to handle language changes. Moved languages.json into src
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Jul 18, 2017
-
-
chrisgarrity authored
Integrate intl redux
-
chrisgarrity authored
Using react-intl-redux package. This just sets up the default English. Language switching in another PR. Requires locale/messages.json to exist, `{}` is ok.
-
chrisgarrity authored
Gh509 combine translations
-
chrisgarrity authored
-
chrisgarrity authored
Generate `locale/messages.json` from available languages in `translations`. If there are no translations for a given language (from `languages.json`) it just skips it, react-intl will use the default english strings. Just using English, French and Spanish for testing right now.
-
- Jul 17, 2017
-
-
Paul Kaplan authored
-
chrisgarrity authored
Gh507 generate l10n
-
chrisgarrity authored
Generating the localization source to update the translation system (transifex) is really separate from building. When building we want to be using the current state of translations from transifex, and the english default strings are not needed. Uses the babel-cli to run the babel-plugin-react-intl separately from webpack.
-