discourse/plugins/chat/config/locales
Mark VanLandingham 9c65e2140a
DEV: Use Notice API for mention warnings (#23238)
This PR swaps out the custom pathway to publishing and rendering mention warnings after a message is sent.

ChatPublisher#publish_notice is used, and expanded. Now, instead of only accepting text_content as an argument, component and component_args are accepted and there is a renderer for these components.

Translations moved to server, as notices expect text to be passed in unless a component is rendered

The warnings are rendered at the top now, outside of the scope of the single message that sent it.

I entirely removed the jit_messages_spec b/c it's duplicate testing of other parts of the app. IMO we don't need a backend test for a feature, a component test for the feature AND a system test (that is slow and potentially even flakey due to timing issues with wait) to test the same thing. So jit_messages_spec is gone.
2023-09-01 09:07:23 -05:00
..
client.ar.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.be.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.bg.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.bs_BA.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.ca.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.cs.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.da.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.de.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.el.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.en.yml DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
client.en_GB.yml Update translations (#18948) 2022-11-09 00:00:28 +01:00
client.es.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.et.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.fa_IR.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.fi.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.fr.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.gl.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.he.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.hr.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.hu.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.hy.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.id.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.it.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.ja.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.ko.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.lt.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.lv.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.nb_NO.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.nl.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.pl_PL.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.pt.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.pt_BR.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.ro.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.ru.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.sk.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.sl.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.sq.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.sr.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.sv.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.sw.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.te.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.th.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.tr_TR.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.uk.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.ur.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.vi.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
client.zh_CN.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
client.zh_TW.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.ar.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.be.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.bg.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.bs_BA.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.ca.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.cs.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.da.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.de.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
server.el.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.en.yml DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
server.en_GB.yml DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
server.es.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.et.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.fa_IR.yml Update translations (#23013) 2023-08-08 15:42:28 +02:00
server.fi.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.fr.yml Update translations (#22904) 2023-08-01 16:05:44 +02:00
server.gl.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.he.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
server.hr.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.hu.yml Update translations (#22904) 2023-08-01 16:05:44 +02:00
server.hy.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.id.yml FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
server.it.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.ja.yml Update translations (#23099) 2023-08-15 21:24:57 +02:00
server.ko.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.lt.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.lv.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.nb_NO.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.nl.yml Update translations (#23099) 2023-08-15 21:24:57 +02:00
server.pl_PL.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.pt.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.pt_BR.yml Update translations (#22904) 2023-08-01 16:05:44 +02:00
server.ro.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.ru.yml Update translations (#22904) 2023-08-01 16:05:44 +02:00
server.sk.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.sl.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.sq.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.sr.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.sv.yml Update translations (#22904) 2023-08-01 16:05:44 +02:00
server.sw.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.te.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.th.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.tr_TR.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
server.uk.yml Update translations (#23181) 2023-08-23 09:29:38 +02:00
server.ur.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.vi.yml Update translations (#20370) 2023-02-20 11:01:01 +01:00
server.zh_CN.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00
server.zh_TW.yml Update translations (#23309) 2023-08-29 15:50:52 +02:00