-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate src/vector #4119
Translate src/vector #4119
Conversation
Integration tests failed when GH was down:
|
@@ -19,6 +19,7 @@ limitations under the License. | |||
|
|||
import VectorBasePlatform from './VectorBasePlatform'; | |||
import dis from 'matrix-react-sdk/lib/dispatcher'; | |||
import _t from 'matrix-react-sdk/lib/languageHandler'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it not be import { _t } from 'matrix-react-sdk/lib/languageHandler';
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, typically I had only tested this on WebPlatform
which was the only one to import correctly. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
np :)
@@ -18,6 +18,8 @@ limitations under the License. | |||
*/ | |||
|
|||
import BasePlatform from 'matrix-react-sdk/lib/BasePlatform'; | |||
import _t from 'matrix-react-sdk/lib/languageHandler'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same Q as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, typically I had only tested this on WebPlatform
which was the only one to import correctly. Thanks.
Apart from Q, LGTM |
Including
src/vector/platform
.