Kegan Dougal
|
0f4028da07
|
Add more translations..
|
2017-06-08 09:44:58 +01:00 |
|
Matthew Hodgson
|
184c2d5e58
|
Merge pull request #1015 from matrix-org/t3chguy/random_fix_1
fix copy and paste derp and rip out unused imports
|
2017-06-06 18:02:35 +01:00 |
|
David Baker
|
e7af9bde23
|
Merge pull request #1036 from matrix-org/luke/fix-people-section-disappearing-again
Remove DM-guessing code (again)
|
2017-06-06 10:20:44 +01:00 |
|
Matthew Hodgson
|
d77a09adba
|
quick and dirty override to disable MD globally
|
2017-06-05 21:33:01 +01:00 |
|
Luke Barnard
|
cc8078837d
|
Remove DM-guessing code (again)
Seems this got reverted somehow:
>the revert of https://github.com/matrix-org/matrix-react-sdk/pull/807 (ebfafb3639) also included the revert of https://github.com/matrix-org/matrix-react-sdk/pull/829
|
2017-06-05 16:57:30 +01:00 |
|
Michael Telatynski
|
1bbdb6c985
|
actually pass ev through
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-06-03 15:51:20 +01:00 |
|
Michael Telatynski
|
4032a820f0
|
move KEY_M to KeyCode
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-06-02 21:46:08 +01:00 |
|
Michael Telatynski
|
464863acd6
|
remove unused imports
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-06-02 21:35:55 +01:00 |
|
Michael Telatynski
|
ae91f0ca62
|
catch ev arg so the disable stuff works
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-06-02 21:34:18 +01:00 |
|
Michael Telatynski
|
5e85723b5a
|
fix typo and missing import
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-06-02 21:09:19 +01:00 |
|
Kegan Dougal
|
f54c182eb1
|
Add remaining strings for vector-im/riot-web#4151
|
2017-06-02 10:47:08 +01:00 |
|
Kegan Dougal
|
d2e766e4f0
|
First round
|
2017-06-02 10:18:31 +01:00 |
|
Matthew Hodgson
|
c7285b9053
|
fix fr layout
|
2017-06-02 00:21:00 +01:00 |
|
Matthew Hodgson
|
6a225d1ac2
|
use new sign-in string
|
2017-06-02 00:16:17 +01:00 |
|
Matthew Hodgson
|
6c56fa3381
|
Merge pull request #990 from matrix-org/kegan/translation-marmoset
Translation fixes for everything but src/components
|
2017-06-01 21:22:00 +01:00 |
|
Matthew Hodgson
|
8e34b59d32
|
Revert "Revert "add labels to language picker""
|
2017-06-01 19:46:25 +01:00 |
|
Richard van der Hoff
|
b3e9716126
|
Revert "add labels to language picker"
|
2017-06-01 17:52:25 +01:00 |
|
Kegan Dougal
|
547f10bcbb
|
Add translations for slash command failures
|
2017-06-01 15:44:56 +01:00 |
|
Matthew Hodgson
|
ecbc724a3f
|
Merge pull request #988 from matrix-org/matthew/room-avatar-event
Matthew/room avatar event
|
2017-06-01 14:43:29 +01:00 |
|
Matthew Hodgson
|
e6cf93e237
|
switch to imports
|
2017-06-01 14:42:44 +01:00 |
|
daniel tygel
|
b8e26ddf3d
|
add labels to language picker
|
2017-06-01 09:48:36 -03:00 |
|
Matthew Hodgson
|
00750b4686
|
quick and dirty RoomAvatarEvent
|
2017-06-01 13:31:24 +01:00 |
|
Matthew Hodgson
|
d689d4e1fa
|
quick and dirty RoomAvatarEvent
|
2017-06-01 13:31:15 +01:00 |
|
Matthew Hodgson
|
3d91b31637
|
i18n invited, and delete stale warning
|
2017-06-01 01:29:07 +01:00 |
|
turt2live
|
165dfeccb9
|
Fix rare case where presence duration is undefined & i18n
|
2017-05-31 11:56:04 -06:00 |
|
Richard van der Hoff
|
cbbed3f544
|
Fixes to i18n code
|
2017-05-31 18:31:10 +01:00 |
|
daniel tygel
|
f4e5039e70
|
add string to translate
|
2017-05-30 19:01:23 -03:00 |
|
daniel tygel
|
12f923bc81
|
add new string to translate
|
2017-05-30 18:56:52 -03:00 |
|
Matthew Hodgson
|
48a2ad93da
|
fix {integrationsUrl} thinko
|
2017-05-30 20:32:12 +01:00 |
|
Matthew Hodgson
|
93a35dc07a
|
Merge branch 'develop' into t3chguy/piwik
|
2017-05-30 15:58:55 +01:00 |
|
Marcel
|
70e7d81093
|
More i18n strings (#963)
* Add i18n for E2E import and Export Dialogs
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add various previous missing i18n strings
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Translate CreateRoomButton
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add ChatInviteDialog and fix missing to.
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add ConfitmRedactDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add DeactivateAccountDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add DeviceVerifyDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add SessionRestoreErrorDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add SetDisplayNameDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add UnknownDeviceDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add AddressTile translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add DeviceVerifyButtons translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add Dropdown translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add UserSelector translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add CaptchaForm translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add CasLogin translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add CustomServerDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add InteractiveAuthEntryComponents translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add LoginFooter translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add RegistrationForm translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add ServerConfig translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add MAudioBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add MImageBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add MVideoBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add TextualBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add UnknownBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add UrlPreviewSettings translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add AuxPanel translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* Add PresenceLabel translations
Signed-off-by: MTRNord <mtrnord1@gmail.com>
* fix syntax error
* weird space :P
* missing ','
* fix missing value
* fix json fail
* remove acidential added file
* fix another json fail
|
2017-05-30 15:09:57 +01:00 |
|
Luke Barnard
|
4e4c670458
|
Improve ChatInviteDialog perf by ditching fuse, using indexOf and lastActiveTs()
|
2017-05-30 12:34:19 +01:00 |
|
Michael Telatynski
|
b65e4960a5
|
move Dialog analytics to Modal controller
mark title as required, it sorta is, why isn't this based on BaseDialog?
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 17:39:03 +01:00 |
|
Michael Telatynski
|
42e20c38f9
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/piwik
|
2017-05-29 15:23:05 +01:00 |
|
Travis Ralston
|
1b6685c5da
|
Merge branch 'develop' into travis/redact-to-remove
|
2017-05-28 17:45:32 -04:00 |
|
Michael Telatynski
|
b55503e67f
|
i18n the forwarding aux panel
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:27:57 +01:00 |
|
Michael Telatynski
|
fb3187b58e
|
change event wording
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:26:33 +01:00 |
|
Michael Telatynski
|
0a1b361141
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/piwik
|
2017-05-28 13:21:33 +01:00 |
|
Matthew Hodgson
|
accc17a39a
|
Merge pull request #812 from t3chguy/forward_message
Message Forwarding
|
2017-05-28 02:37:31 +01:00 |
|
Michael Telatynski
|
45cd80dedb
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/piwik
|
2017-05-27 20:59:35 +01:00 |
|
Michael Telatynski
|
98c2f9201b
|
initial piwik stuff
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-27 20:47:09 +01:00 |
|
Matthew Hodgson
|
3302fc690f
|
fix all missing translations picked up by check-i18n.pl
|
2017-05-27 18:20:44 +01:00 |
|
Matthew Hodgson
|
957aa0403d
|
fix https://github.com/vector-im/riot-web/issues/4052
|
2017-05-27 16:03:07 +01:00 |
|
Matthew Hodgson
|
81704a5b5e
|
s/username/User name/
|
2017-05-27 00:13:16 +01:00 |
|
David Baker
|
647c1b6169
|
Once more, with braces
|
2017-05-26 18:19:32 +01:00 |
|
David Baker
|
97aeb57a8b
|
Merge remote-tracking branch 'origin/develop' into dbkr/translations
|
2017-05-26 18:15:32 +01:00 |
|
Luke Barnard
|
276d3cad9c
|
Merge pull request #906 from matrix-org/luke/revert-login-username-prefix-suffix
Remove suffix and prefix from login input username
|
2017-05-26 18:07:10 +01:00 |
|
David Baker
|
62ffe929e4
|
Translate Add Threepid labels
|
2017-05-26 18:03:24 +01:00 |
|
David Baker
|
c22978d033
|
Merge remote-tracking branch 'origin/develop' into dbkr/translations
|
2017-05-26 17:30:02 +01:00 |
|
Matthew Hodgson
|
fde553a809
|
Merge pull request #903 from Kieran-Gould/kierangould/12hourtimestamp
Kierangould/12hourtimestamp
|
2017-05-26 16:52:09 +01:00 |
|