discourse/config/locales
Kyle Zhao 9b10a78d82 FEATURE: Quick access panels in user menu (#8073)
* Extract QuickAccessPanel from UserNotifications.

* FEATURE: Quick access panels in user menu.

This feature adds quick access panels for bookmarks and personal
messages. It allows uses to browse recent items directly in the user
menu, without being redirected to the full pages.

* REFACTOR: Use QuickAccessItem for messages.

Reusing `DefaultNotificationItem` feels nice but it actually requires a
lot of extra work that is not needed for a quick access item.

Also, `DefaultNotificationItem` shows an incorrect tooptip ("unread
private message"), and it is not trivial to remove / override that.

* Use a plain JS object instead.

An Ember object was required when `DefaultNotificationItem` was used.

* Prefix instead suffix `_` for private helpers.

* Set to null instead of deleting object keys.

JavaScript engines can optimize object property access based on the
object’s shape. https://mathiasbynens.be/notes/shapes-ics

* Change trivial try/catch to one-liners.

* Return the promise in case needs to be waited on.

* Refactor showAll to a link with href

* Store `emptyStatePlaceholderItemText` in state.

* Store items in Session singleton instead.

We can drop `staleItems` (and `findStaleItems`) altogether. Because
`(old) items === staleItems` when switching back to a quick access
panel.

* Add `limit` parameter to the `user_actions` API.

* Explicitly import Session instead.
2019-09-09 11:03:57 -04:00
..
client.ar.yml Update translations 2019-08-26 14:36:46 +02:00
client.be.yml Update translations 2019-08-26 14:36:46 +02:00
client.bg.yml Update translations 2019-08-26 14:36:46 +02:00
client.bs_BA.yml Update translations 2019-09-04 10:24:43 -04:00
client.ca.yml Update translations 2019-09-04 10:24:43 -04:00
client.cs.yml Update translations 2019-09-04 10:24:43 -04:00
client.da.yml Update translations 2019-09-04 10:24:43 -04:00
client.de.yml Update translations 2019-09-04 10:24:43 -04:00
client.el.yml Update translations 2019-08-26 14:36:46 +02:00
client.en.yml FEATURE: Quick access panels in user menu (#8073) 2019-09-09 11:03:57 -04:00
client.en_US.yml FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
client.es.yml Update translations 2019-09-04 10:24:43 -04:00
client.et.yml Update translations 2019-08-26 14:36:46 +02:00
client.fa_IR.yml Update translations 2019-09-04 10:24:43 -04:00
client.fi.yml Update translations 2019-09-04 10:24:43 -04:00
client.fr.yml Update translations 2019-09-04 10:24:43 -04:00
client.gl.yml Update translations 2019-08-26 14:36:46 +02:00
client.he.yml Update translations 2019-09-04 10:24:43 -04:00
client.hu.yml Update translations 2019-09-04 10:24:43 -04:00
client.hy.yml Update translations 2019-09-04 10:24:43 -04:00
client.id.yml Update translations 2019-08-26 14:36:46 +02:00
client.it.yml Update translations 2019-09-04 10:24:43 -04:00
client.ja.yml Update translations 2019-08-26 14:36:46 +02:00
client.ko.yml Update translations 2019-08-26 14:36:46 +02:00
client.lt.yml Update translations 2019-08-26 14:36:46 +02:00
client.lv.yml Update translations 2019-09-04 10:24:43 -04:00
client.nb_NO.yml Update translations 2019-09-04 10:24:43 -04:00
client.nl.yml Update translations 2019-09-04 10:24:43 -04:00
client.pl_PL.yml Update translations 2019-09-04 10:24:43 -04:00
client.pt.yml Update translations 2019-08-26 14:36:46 +02:00
client.pt_BR.yml Update translations 2019-09-04 10:24:43 -04:00
client.ro.yml Update translations 2019-08-26 14:36:46 +02:00
client.ru.yml Update translations 2019-09-04 10:24:43 -04:00
client.sk.yml Update translations 2019-09-04 10:24:43 -04:00
client.sl.yml Update translations 2019-08-26 14:36:46 +02:00
client.sq.yml Update translations 2019-08-26 14:36:46 +02:00
client.sr.yml Update translations 2019-08-26 14:36:46 +02:00
client.sv.yml Update translations 2019-08-26 14:36:46 +02:00
client.sw.yml Update translations 2019-09-04 10:24:43 -04:00
client.te.yml Update translations 2019-08-26 14:36:46 +02:00
client.th.yml Update translations 2019-08-26 14:36:46 +02:00
client.tr_TR.yml Update translations 2019-09-04 10:24:43 -04:00
client.uk.yml Update translations 2019-09-04 10:24:43 -04:00
client.ur.yml Update translations 2019-09-04 10:24:43 -04:00
client.vi.yml Update translations 2019-09-04 10:24:43 -04:00
client.zh_CN.yml Update translations 2019-09-04 10:24:43 -04:00
client.zh_TW.yml Update translations 2019-08-26 14:36:46 +02:00
names.yml FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
plurals.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
server.ar.yml Update translations 2019-09-04 10:24:43 -04:00
server.be.yml Update translations 2019-09-04 10:24:43 -04:00
server.bg.yml Update translations 2019-09-04 10:24:43 -04:00
server.bs_BA.yml Update translations 2019-09-04 10:24:43 -04:00
server.ca.yml Update translations 2019-09-04 10:24:43 -04:00
server.cs.yml Update translations 2019-09-04 10:24:43 -04:00
server.da.yml Update translations 2019-09-04 10:24:43 -04:00
server.de.yml Update translations 2019-09-04 10:24:43 -04:00
server.el.yml Update translations 2019-09-04 10:24:43 -04:00
server.en.yml FEATURE: New post editing period for >= tl2 users (#8070) 2019-09-06 07:44:12 -04:00
server.en_US.yml FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
server.es.yml Update translations 2019-09-04 10:24:43 -04:00
server.et.yml Update translations 2019-09-04 10:24:43 -04:00
server.fa_IR.yml Update translations 2019-09-04 10:24:43 -04:00
server.fi.yml Update translations 2019-09-04 10:24:43 -04:00
server.fr.yml Update translations 2019-09-04 10:24:43 -04:00
server.gl.yml Update translations 2019-09-04 10:24:43 -04:00
server.he.yml Update translations 2019-09-04 10:24:43 -04:00
server.hu.yml Update translations 2019-09-04 10:24:43 -04:00
server.hy.yml Update translations 2019-09-04 10:24:43 -04:00
server.id.yml Update translations 2019-09-04 10:24:43 -04:00
server.it.yml Update translations 2019-09-04 10:24:43 -04:00
server.ja.yml Update translations 2019-09-04 10:24:43 -04:00
server.ko.yml Update translations 2019-09-04 10:24:43 -04:00
server.lt.yml Update translations 2019-09-04 10:24:43 -04:00
server.lv.yml Update translations 2019-09-04 10:24:43 -04:00
server.nb_NO.yml Update translations 2019-09-04 10:24:43 -04:00
server.nl.yml Update translations 2019-09-04 10:24:43 -04:00
server.pl_PL.yml Update translations 2019-09-04 10:24:43 -04:00
server.pt.yml Update translations 2019-09-04 10:24:43 -04:00
server.pt_BR.yml Update translations 2019-09-04 10:24:43 -04:00
server.ro.yml Update translations 2019-09-04 10:24:43 -04:00
server.ru.yml Update translations 2019-09-04 10:24:43 -04:00
server.sk.yml Update translations 2019-09-04 10:24:43 -04:00
server.sl.yml Update translations 2019-09-04 10:24:43 -04:00
server.sq.yml Update translations 2019-09-04 10:24:43 -04:00
server.sr.yml Update translations 2019-09-04 10:24:43 -04:00
server.sv.yml Update translations 2019-09-04 10:24:43 -04:00
server.sw.yml Update translations 2019-09-04 10:24:43 -04:00
server.te.yml Update translations 2019-09-04 10:24:43 -04:00
server.th.yml Update translations 2019-09-04 10:24:43 -04:00
server.tr_TR.yml Update translations 2019-09-04 10:24:43 -04:00
server.uk.yml Update translations 2019-09-04 10:24:43 -04:00
server.ur.yml Update translations 2019-09-04 10:24:43 -04:00
server.vi.yml Update translations 2019-09-04 10:24:43 -04:00
server.zh_CN.yml Update translations 2019-09-04 10:24:43 -04:00
server.zh_TW.yml Update translations 2019-09-04 10:24:43 -04:00
transliterate.ar.yml Create transliterate.ar.yml (#6197) 2018-07-31 14:41:49 +10:00
transliterate.bg.yml FEATURE: Add Bulgarian language 2018-05-29 21:07:17 +02:00
transliterate.de.yml
transliterate.el.yml UX: Add transliteration support for the Greek language 2019-04-25 22:49:21 +02:00
transliterate.en.yml
transliterate.ru.yml
transliterate.vi.yml