Hook in turkish as locale, update changelog.
This commit is contained in:
parent
ef72752254
commit
38dfc7b65b
@ -2,11 +2,9 @@
|
|||||||
|
|
||||||
## 3.3.4 (Unreleased)
|
## 3.3.4 (Unreleased)
|
||||||
|
|
||||||
- Avoid `eval` (via `_.template` from lodash).
|
|
||||||
- Don't show bookmark toggles when PEP bookmarking not supported by the XMPP server.
|
- Don't show bookmark toggles when PEP bookmarking not supported by the XMPP server.
|
||||||
- Emojis are now sent in unicode instead of short names (also in MUCs)
|
- Emojis are now sent in unicode instead of short names (also in MUCs)
|
||||||
|
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
- Avatars weren't being shown.
|
- Avatars weren't being shown.
|
||||||
@ -14,6 +12,11 @@
|
|||||||
- #1024 null reference on MUC Invite
|
- #1024 null reference on MUC Invite
|
||||||
- #1025 OTR lock icon disappears
|
- #1025 OTR lock icon disappears
|
||||||
- #1027 `new Event` not supported in IE11
|
- #1027 `new Event` not supported in IE11
|
||||||
|
- #1028 Avoid `eval` (crept in via `_.template` from lodash).
|
||||||
|
|
||||||
|
### Translation changes
|
||||||
|
|
||||||
|
- Updated German, Bulgarian, Russian, Chinese (traditional), Norwegian Bokmål and French translations.
|
||||||
|
|
||||||
## 3.3.3 (2018-02-14)
|
## 3.3.3 (2018-02-14)
|
||||||
|
|
||||||
|
@ -536,8 +536,8 @@
|
|||||||
_converse.api.disco.supports(Strophe.NS.PUBSUB+'#publish-options', _converse.bare_jid)
|
_converse.api.disco.supports(Strophe.NS.PUBSUB+'#publish-options', _converse.bare_jid)
|
||||||
]).then((args) => {
|
]).then((args) => {
|
||||||
resolve(args[0] && (args[1].supported || _converse.allow_public_bookmarks));
|
resolve(args[0] && (args[1].supported || _converse.allow_public_bookmarks));
|
||||||
});
|
}).catch(_.partial(_converse.log, _, Strophe.LogLevel.FATAL));
|
||||||
});
|
}).catch(_.partial(_converse.log, _, Strophe.LogLevel.FATAL));
|
||||||
}
|
}
|
||||||
|
|
||||||
const initBookmarks = function () {
|
const initBookmarks = function () {
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
'moment/locale/pl',
|
'moment/locale/pl',
|
||||||
'moment/locale/pt-br',
|
'moment/locale/pt-br',
|
||||||
'moment/locale/ru',
|
'moment/locale/ru',
|
||||||
|
'moment/locale/tr',
|
||||||
'moment/locale/uk',
|
'moment/locale/uk',
|
||||||
'moment/locale/zh-cn',
|
'moment/locale/zh-cn',
|
||||||
'moment/locale/zh-tw'
|
'moment/locale/zh-tw'
|
||||||
|
Loading…
Reference in New Issue
Block a user