* New language selector design
* Adjust authenticated nav to consolidate Account dropdown
* Adding language in NavTest
Co-authored-by: Cassie Tarakajian <ctarakajian@gmail.com>
* Entry points to introduce persistence in language selection
* setLanguage action changes both the state and the i18next language
* Ensure language change applies to all pages on load
Co-authored-by: Andrew Nicolaou <me@andrewnicolaou.co.uk>
* Minimal Viable Navigation Menu
Translation with new namespace
I18Next configuration leaning on default separator and namespace
Broom: i18n + debug:false
* Minimal Viable Navigation Menu
Test entry for Toolbar.test.jsx
* Translation.json : Changes in translation for new namespace
About : broom About lines 17-26
Nav component : changes in keys
KeyboardShortcutModal.jsx: Key now in Common
* Voice Over Labels in Preferences:index
Labels included in translations.json
* Voice Over Labels in Preferences:index
Labels included in translations.json
* Voice Over Labels in Preferences:index
Labels included in translations.json
* Voice Over Labels in Preferences:index
Labels included in translations.json
Snapshot updated npm run test -- -u
* translations.json ARIA labels adjacent to respective label
Updated names to call the labels
Common namespace without currently used entries
* Update Nav.jsx
Missing Common.p5logoARIA key
* Update Toolbar.test.jsx
Deleting commented line 78
* Update in keys
Co-authored-by: Andrew Nicolaou <me@andrewnicolaou.co.uk>
* Branch with i18n functionality
* Translation files with new entries
* includes Loader in index.jsx
* Uses WithTranslation In Nav
* New Namespace
* Shortcuts Modal Complete
* Preferences complete
* About overlay title translated
* Run tests on CI
* Create a lint error on purpose
* Splits build into test and deploy stages
lint and test jobs will run in parallel and if both are successful
(and branch is master), deploy will run.
* Revert "Create a lint error on purpose"
This reverts commit 306c91c4278631fa1c1dcd40f0b23f7f9e5f000d.
* Updating snapshot
* Run deploy only on master branch (not PRs)
* Use global deploy config item to avoid building on PRs