discourse/config/locales
Ted Johansson 87ec058b8b
FEATURE: Configurable auto-bump cooldown (#20507)
Currently the auto-bump cooldown is hard-coded to 24 hours.

This change makes the highlighted 24 hours part configurable (defaulting to 24 hours), and the rest of the process remains the same.

This uses the new CategorySetting model associated with Category. We decided to add this because we want to move away from custom fields due to the lack of type casting and validations, but we want to keep the loading of these optional as they are not needed for almost all of the flows.

Category settings will be back-filled to all categories as part of this change, and creating a new category will now also create a category setting.
2023-03-10 13:45:01 +08:00
..
client.ar.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.be.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.bg.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.bs_BA.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.ca.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.cs.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.da.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.de.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.el.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.en.yml FEATURE: Configurable auto-bump cooldown (#20507) 2023-03-10 13:45:01 +08:00
client.en_GB.yml Update translations (#20183) 2023-02-06 16:49:27 +01:00
client.es.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.et.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.fa_IR.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.fi.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.fr.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.gl.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.he.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.hr.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.hu.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.hy.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.id.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.it.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.ja.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.ko.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.lt.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.lv.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.nb_NO.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.nl.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.pl_PL.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.pt.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.pt_BR.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.ro.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.ru.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.sk.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.sl.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.sq.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.sr.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.sv.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.sw.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.te.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.th.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.tr_TR.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.uk.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.ur.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.vi.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.zh_CN.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
client.zh_TW.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
names.yml use more appropriate labels for chinese UI option 2021-07-27 22:47:59 +08:00
plurals.rb DEV: Apply syntax_tree formatting to `config/*` 2023-01-09 11:13:29 +00:00
server.ar.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.be.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.bg.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.bs_BA.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.ca.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.cs.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.da.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.de.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.el.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.en.yml FIX: Display a proper error when user already exists and email addresses are hidden. (#20585) 2023-03-08 12:38:58 -03:00
server.en_GB.yml Update translations (#19401) 2022-12-09 12:01:05 +01:00
server.es.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.et.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.fa_IR.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.fi.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.fr.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.gl.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.he.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.hr.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.hu.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.hy.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.id.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.it.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.ja.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.ko.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.lt.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.lv.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.nb_NO.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.nl.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.pl_PL.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.pt.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.pt_BR.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.ro.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.ru.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.sk.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.sl.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.sq.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.sr.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.sv.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.sw.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.te.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.th.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.tr_TR.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.uk.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.ur.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.vi.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.zh_CN.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
server.zh_TW.yml Update translations (#20559) 2023-03-07 14:58:31 +01:00
transliterate.ar.yml
transliterate.bg.yml
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