* 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>
* NewFolderModal spanish translation
translations.json (both languages EN - ES)
changes in NewFileForm.jsx and NewFileModal.jsx to link the new keys.
* Login Form translation
* SocialAuthButton.jsx Changes
Interpolation in translations.json
* NewFileModal spanish transaltion
translations.json (both languages EN - ES)
changes in NewFileForm.jsx and NewFileModal.jsx to link the new keys.
* NewFolderModal spanish translation
translations.json (both languages EN - ES)
changes in NewFileForm.jsx and NewFileModal.jsx to link the new keys.
This commit solves issue #704. I added a function to get sorted children of the parent file when ever a file is created of renamed. This function is only called on the parent of the file that is create or renamed.
* 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>