- Nov 02, 2018
-
-
chrisgarrity authored
-
- Oct 31, 2018
-
-
chrisgarrity authored
Blur the language select when the user clicks outside the select so that arrow keys go to the stage instead of the select.
-
- Sep 18, 2018
-
-
chrisgarrity authored
I left the ability to ignore languages in place so that we can continue to have languages that are available, but not in the menu for everyone.
-
- Aug 20, 2018
-
-
chrisgarrity authored
-
chrisgarrity authored
Overlay a transparent `select` over the language icon. When a user clicks there the options pops up. There’s no styling of the options, other than font and font size.
-
- Jul 23, 2018
-
-
chrisgarrity authored
Currently that’s just hebrew. It’s still available with the `?locale=he` for people to check translations. It’s being temporarily excluded from the menu until we have RTL support for the interface.
-
- Jun 14, 2018
-
-
chrisgarrity authored
* refactor LanguageSelector to reuse MenuBarMenu * localize aria-labels on MenuBar
-
- Jun 13, 2018
-
-
chrisgarrity authored
Allows the language selection menu to be active if `?enable=language` is in the URL, otherwise shows a ‘coming soon’ tooltip. This can also land on a branch if we don’t want that available on preview. - language menu opens if the globe is clicked - language menu closes if mouse is clicked anywhere outside the language selector - language list is imported from scratch-l10n - current locale is updated if another language is selected (i.e. the current language selected changes) Not in this PR: - styling of language selector - actually changing the messages!
-
- Apr 20, 2018
-
-
Ray Schamp authored
Including action-menu which was also giving one when the backdrop library opened. Localize the costume library, I missed it while doing the other libraries.
-
- Mar 27, 2018
-
-
Ray Schamp authored
-
- Dec 20, 2017
-
-
Matthew Taylor authored
* Implement GH-830: Add coming soon tooltips This implements coming soon tooltips for: * the small stage size * save, load and language It also creates the component that can be copied over into the paint editor for use there as well. Lastly, this does a small refactor on the full screen implementation to include multiple small screen sizes too.
-
- Nov 02, 2017
-
-
Tina Quach authored
-
Tina Quach authored
-
- Oct 13, 2017
-
-
chrisgarrity authored
* removed anything that was made redundant by scratch-l10n. * updated a string that wasn’t following conventions * added .tx/config so developers can start updating Transifex when there are new strings
-
- Jul 21, 2017
-
-
chrisgarrity authored
move all locale data (react-intl/locale-data and gui messages) into locale.js. This also makes switching to an external node package easier because the package just needs to export the same thing as locale.js.
-
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.
-
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
-