1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Add translation for Matrix Apps labs setting.

This commit is contained in:
Richard Lewis
2017-06-28 12:00:22 +01:00
parent ad2517bd8b
commit 2b1d15717a
3 changed files with 931 additions and 928 deletions

View File

@@ -31,7 +31,7 @@ export default {
default: false,
},
{
name: "Matrix Apps",
name: "-",
id: 'matrix_apps',
default: false,
},
@@ -40,6 +40,7 @@ export default {
// horrible but it works. The locality makes this somewhat more palatable.
doTranslations: function() {
this.LABS_FEATURES[0].name = _t("New Composer & Autocomplete");
this.LABS_FEATURES[1].name = _t("Matrix Apps");
},
loadProfileInfo: function() {