-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule element-desktop
updated
31 files
+97 −0 | CHANGELOG.md | |
+12 −3 | README.md | |
+61 −0 | docs/native-node-modules.md | |
+26 −0 | docs/windows-requirements.md | |
+2 −2 | element.io/nightly/config.json | |
+2 −1 | element.io/nightly/control.template | |
+2 −1 | element.io/release/control.template | |
+9 −4 | package.json | |
+1 −2 | scripts/fetch-package.js | |
+125 −81 | src/electron-main.js | |
+12 −0 | src/i18n/strings/ar.json | |
+1 −0 | src/i18n/strings/basefile.json | |
+47 −0 | src/i18n/strings/de.json | |
+47 −0 | src/i18n/strings/en_EN.json | |
+46 −0 | src/i18n/strings/es.json | |
+46 −0 | src/i18n/strings/et.json | |
+46 −0 | src/i18n/strings/fi.json | |
+45 −0 | src/i18n/strings/fr.json | |
+46 −0 | src/i18n/strings/gl.json | |
+46 −0 | src/i18n/strings/hu.json | |
+46 −0 | src/i18n/strings/is.json | |
+46 −0 | src/i18n/strings/it.json | |
+3 −0 | src/i18n/strings/nb_NO.json | |
+44 −0 | src/i18n/strings/pt_BR.json | |
+46 −0 | src/i18n/strings/ru.json | |
+41 −0 | src/i18n/strings/sv.json | |
+129 −0 | src/language-helper.js | |
+54 −26 | src/tray.js | |
+194 −111 | src/vectormenu.js | |
+20 −11 | src/webcontents-handler.js | |
+641 −196 | yarn.lock |
Submodule element-web
updated
85 files
Submodule matrix-js-sdk
updated
49 files
Submodule matrix-react-sdk
updated
497 files