discourse/config/locales
Alan Guo Xiang Tan f66007ec83
FEATURE: Display unread and new counts for messages. (#14059)
There are certain design decisions that were made in this commit.

Private messages implements its own version of topic tracking state because there are significant differences between regular and private_message topics. Regular topics have to track categories and tags while private messages do not. It is much easier to design the new topic tracking state if we maintain two different classes, instead of trying to mash this two worlds together.

One MessageBus channel per user and one MessageBus channel per group. This allows each user and each group to have their own channel backlog instead of having one global channel which requires the client to filter away unrelated messages.
2021-08-25 11:17:56 +08:00
..
client.ar.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.be.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.bg.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.bs_BA.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.ca.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.cs.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.da.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.de.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.el.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.en_GB.yml Update translations (#13088) 2021-05-18 15:11:41 +02:00
client.en.yml FEATURE: Display unread and new counts for messages. (#14059) 2021-08-25 11:17:56 +08:00
client.es.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.et.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.fa_IR.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.fi.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.fr.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.gl.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.he.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.hu.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.hy.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.id.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.it.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.ja.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.ko.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.lt.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.lv.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.nb_NO.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.nl.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.pl_PL.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.pt_BR.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.pt.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.ro.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.ru.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.sk.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.sl.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.sq.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.sr.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.sv.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.sw.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.te.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.th.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.tr_TR.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.uk.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.ur.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.vi.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.zh_CN.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
client.zh_TW.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
names.yml use more appropriate labels for chinese UI option 2021-07-27 22:47:59 +08:00
plurals.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
server.ar.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.be.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.bg.yml Update translations (#13796) 2021-07-21 10:30:34 +02:00
server.bs_BA.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.ca.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.cs.yml Update translations (#13994) 2021-08-14 10:18:05 +02:00
server.da.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.de.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.el.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.en_GB.yml Update translations (#12186) 2021-02-23 15:10:04 +01:00
server.en.yml FEATURE: Uppy direct S3 multipart uploads in composer (#14051) 2021-08-25 08:46:54 +10:00
server.es.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.et.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.fa_IR.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.fi.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.fr.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.gl.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.he.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.hu.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.hy.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.id.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.it.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.ja.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.ko.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.lt.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.lv.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.nb_NO.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.nl.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.pl_PL.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.pt_BR.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.pt.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.ro.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.ru.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.sk.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.sl.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.sq.yml Update translations (#13796) 2021-07-21 10:30:34 +02:00
server.sr.yml Update translations (#13565) 2021-06-29 16:02:02 +02:00
server.sv.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.sw.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.te.yml Update translations (#13796) 2021-07-21 10:30:34 +02:00
server.th.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.tr_TR.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.uk.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.ur.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.vi.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.zh_CN.yml Update translations (#14063) 2021-08-24 15:25:44 +02:00
server.zh_TW.yml Update translations (#14063) 2021-08-24 15:25:44 +02: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 FEATURE: Adds transliteration of German umlauts in slugs 2015-02-27 23:53:58 +01:00
transliterate.el.yml UX: Add transliteration support for the Greek language 2019-04-25 22:49:21 +02:00
transliterate.en.yml FEATURE: Adds transliteration of German umlauts in slugs 2015-02-27 23:53:58 +01:00
transliterate.ru.yml FEATURE: Adds transliteration of German umlauts in slugs 2015-02-27 23:53:58 +01:00
transliterate.vi.yml FIX: i18n integrity specs 2017-02-24 11:35:33 +01:00