discourse/config/locales
Jarek Radosz 8881ae4af4
DEV: Remove dead code (`latestTopicOnly`) (#11833)
Background: I wanted to see `categories.latest_by` translation in context in a live app but couldn't find it, so I traced it throughout the code.

My step-by-step reasoning for the removal is:

1. `categories-only` does not use `latestTopicOnly`, so there's no need to call it with that argument
2. `parent-category-row` is never called with `latestTopicOnly` argument, so the reference to that arg can be removed from its template
3. after that, `featured-topic` is now no longer ever called with `latestTopicOnly` argument (except in the `ghost` theme, but that's because its override of `categories-only` template 4e2fba963c/common/header.html (L119) is based on the old version of that template from core), so it seems safe to remove it there too (`categories.latest_by` i18n string is also no longer needed)
4. then, nothing is using `latestTopicOnly` anymore so it can be removed from `categories` hbs/js

I checked in each step that there are no plugins or themes (in all-the-plugins/all-the-themes) using those properties/arguments/strings.
2021-01-28 11:48:51 +01:00
..
client.ar.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.be.yml Update translations (#11492) 2020-12-15 15:25:10 +01:00
client.bg.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.bs_BA.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.ca.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.cs.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.da.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.de.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.el.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.en.yml DEV: Remove dead code (`latestTopicOnly`) (#11833) 2021-01-28 11:48:51 +01:00
client.en_GB.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.es.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.et.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.fa_IR.yml Update translations (#11779) 2021-01-20 22:58:26 +01:00
client.fi.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.fr.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.gl.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.he.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.hu.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.hy.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.id.yml Update translations (#11557) 2020-12-22 14:49:40 +01:00
client.it.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.ja.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.ko.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.lt.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.lv.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.nb_NO.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.nl.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.pl_PL.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.pt.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.pt_BR.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.ro.yml Update translations (#11779) 2021-01-20 22:58:26 +01:00
client.ru.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.sk.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.sl.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.sq.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.sr.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.sv.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.sw.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
client.te.yml Update translations (#11492) 2020-12-15 15:25:10 +01:00
client.th.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
client.tr_TR.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.uk.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.ur.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.vi.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.zh_CN.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
client.zh_TW.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
names.yml FEATURE: Add English (UK) as locale (#11768) 2021-01-20 21:32:22 +01:00
plurals.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
server.ar.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.be.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
server.bg.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.bs_BA.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.ca.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
server.cs.yml Update translations (#11601) 2020-12-29 19:44:53 +01:00
server.da.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.de.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
server.el.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.en.yml FEATURE: Add English (UK) as locale (#11768) 2021-01-20 21:32:22 +01:00
server.en_GB.yml Update translations (#11779) 2021-01-20 22:58:26 +01:00
server.es.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
server.et.yml Update translations (#11601) 2020-12-29 19:44:53 +01:00
server.fa_IR.yml Update translations (#11756) 2021-01-19 16:14:59 +01:00
server.fi.yml Update translations (#11756) 2021-01-19 16:14:59 +01:00
server.fr.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
server.gl.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
server.he.yml Update translations (#11779) 2021-01-20 22:58:26 +01:00
server.hu.yml Update translations (#11182) 2020-11-10 15:23:06 +01:00
server.hy.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
server.id.yml Update translations (#11087) 2020-10-30 16:06:32 +01:00
server.it.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
server.ja.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
server.ko.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
server.lt.yml Update translations (#10944) 2020-10-17 00:07:21 +02:00
server.lv.yml Update translations (#10944) 2020-10-17 00:07:21 +02:00
server.nb_NO.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.nl.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
server.pl_PL.yml Update translations (#11848) 2021-01-26 14:52:35 +01:00
server.pt.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.pt_BR.yml Update translations (#11764) 2021-01-20 12:43:57 +01:00
server.ro.yml Update translations (#11756) 2021-01-19 16:14:59 +01:00
server.ru.yml Update translations (#11764) 2021-01-20 12:43:57 +01:00
server.sk.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.sl.yml Update translations (#11601) 2020-12-29 19:44:53 +01:00
server.sq.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.sr.yml Update translations 2020-10-06 15:43:13 +02:00
server.sv.yml Update translations (#11756) 2021-01-19 16:14:59 +01:00
server.sw.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.te.yml Update translations (#11601) 2020-12-29 19:44:53 +01:00
server.th.yml Update translations (#10944) 2020-10-17 00:07:21 +02:00
server.tr_TR.yml Update translations (#11756) 2021-01-19 16:14:59 +01:00
server.uk.yml Update translations (#11756) 2021-01-19 16:14:59 +01:00
server.ur.yml Update translations (#11689) 2021-01-12 14:29:05 +01:00
server.vi.yml Update translations (#11635) 2021-01-05 14:27:00 +01:00
server.zh_CN.yml Update translations (#11756) 2021-01-19 16:14:59 +01:00
server.zh_TW.yml Update translations (#11689) 2021-01-12 14:29:05 +01: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