discourse/config/locales
Martin Brennan 56d3e29a69
FIX: Badge and user title interaction fixes (#8282)
* Fix user title logic when badge name customized
* Fix an issue where a user's title was not considered a badge granted title when the user used a badge for their title and the badge name was customized. this affected the effectiveness of revoke_ungranted_titles! which only operates on badge_granted_titles.
* When a user's title is set now it is considered a badge_granted_title if the badge name OR the badge custom name from TranslationOverride is the same as the title
* When a user's badge is revoked we now also revoke their title if the user's title matches the badge name OR the badge custom name from TranslationOverride
* Add a user history log when the title is revoked to remove confusion about why titles are revoked
* Add granted_title_badge_id to user_profile, now when we set badge_granted_title on a user profile when updating a user's title based on a badge, we also remember which badge matched the title
* When badge name (or custom text) changes update titles of users in a background job
* When the name of a badge changes, or in the case of system badges when their custom translation text changes, then we need to update the title of all corresponding users who have a badge_granted_title and matching granted_title_badge_id. In the case of system badges we need to first get the proper badge ID based on the translation key e.g. badges.regular.name
* Add migration to backfill all granted_title_badge_ids for both normal badge name titles and titles using custom badge text.
2019-11-08 15:34:24 +10:00
..
client.ar.yml Update translations 2019-11-06 10:43:13 -05:00
client.be.yml Update translations 2019-11-06 10:43:13 -05:00
client.bg.yml Update translations 2019-11-06 10:43:13 -05:00
client.bs_BA.yml Update translations 2019-11-06 10:43:13 -05:00
client.ca.yml Update translations 2019-11-06 10:43:13 -05:00
client.cs.yml Update translations 2019-11-06 10:43:13 -05:00
client.da.yml Update translations 2019-11-06 10:43:13 -05:00
client.de.yml Update translations 2019-11-06 10:43:13 -05:00
client.el.yml Update translations 2019-11-06 10:43:13 -05:00
client.en.yml FIX: Badge and user title interaction fixes (#8282) 2019-11-08 15:34:24 +10: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-11-06 10:43:13 -05:00
client.et.yml Update translations 2019-11-06 10:43:13 -05:00
client.fa_IR.yml Update translations 2019-11-06 10:43:13 -05:00
client.fi.yml Update translations 2019-11-06 10:43:13 -05:00
client.fr.yml Update translations 2019-11-06 10:43:13 -05:00
client.gl.yml Update translations 2019-11-06 10:43:13 -05:00
client.he.yml Update translations 2019-11-06 10:43:13 -05:00
client.hu.yml Update translations 2019-11-06 10:43:13 -05:00
client.hy.yml Update translations 2019-11-06 10:43:13 -05:00
client.id.yml Update translations 2019-11-06 10:43:13 -05:00
client.it.yml Update translations 2019-11-06 10:43:13 -05:00
client.ja.yml Update translations 2019-11-06 10:43:13 -05:00
client.ko.yml Update translations 2019-11-06 10:43:13 -05:00
client.lt.yml Update translations 2019-11-06 10:43:13 -05:00
client.lv.yml Update translations 2019-11-06 10:43:13 -05:00
client.nb_NO.yml Update translations 2019-11-06 10:43:13 -05:00
client.nl.yml Update translations 2019-11-06 10:43:13 -05:00
client.pl_PL.yml Update translations 2019-11-06 10:43:13 -05:00
client.pt.yml Update translations 2019-11-06 10:43:13 -05:00
client.pt_BR.yml Update translations 2019-11-06 10:43:13 -05:00
client.ro.yml Update translations 2019-11-06 10:43:13 -05:00
client.ru.yml Update translations 2019-11-06 10:43:13 -05:00
client.sk.yml Update translations 2019-11-06 10:43:13 -05:00
client.sl.yml Update translations 2019-11-06 10:43:13 -05:00
client.sq.yml Update translations 2019-11-06 10:43:13 -05:00
client.sr.yml Update translations 2019-11-06 10:43:13 -05:00
client.sv.yml Update translations 2019-11-06 10:43:13 -05:00
client.sw.yml Update translations 2019-11-06 10:43:13 -05:00
client.te.yml Update translations 2019-11-06 10:43:13 -05:00
client.th.yml Update translations 2019-11-06 10:43:13 -05:00
client.tr_TR.yml Update translations 2019-11-06 10:43:13 -05:00
client.uk.yml Update translations 2019-11-06 10:43:13 -05:00
client.ur.yml Update translations 2019-11-06 10:43:13 -05:00
client.vi.yml Update translations 2019-11-06 10:43:13 -05:00
client.zh_CN.yml Update translations 2019-11-06 10:43:13 -05:00
client.zh_TW.yml Update translations 2019-11-06 10:43:13 -05: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-11-05 16:52:48 +01:00
server.be.yml Update translations 2019-11-05 16:52:48 +01:00
server.bg.yml Update translations 2019-11-05 16:52:48 +01:00
server.bs_BA.yml Update translations 2019-11-05 16:52:48 +01:00
server.ca.yml Update translations 2019-11-06 10:43:13 -05:00
server.cs.yml Update translations 2019-10-10 11:15:24 -04:00
server.da.yml Update translations 2019-11-05 16:52:48 +01:00
server.de.yml Update translations 2019-11-05 16:52:48 +01:00
server.el.yml Update translations 2019-11-05 16:52:48 +01:00
server.en.yml FEATURE: support to mute all categories by default. (#8295) 2019-11-08 08:28:11 +05:30
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-11-06 10:43:13 -05:00
server.et.yml Update translations 2019-11-05 16:52:48 +01:00
server.fa_IR.yml Update translations 2019-11-05 16:52:48 +01:00
server.fi.yml Update translations 2019-11-05 16:52:48 +01:00
server.fr.yml Update translations 2019-11-05 16:52:48 +01:00
server.gl.yml Update translations 2019-09-04 10:24:43 -04:00
server.he.yml Update translations 2019-11-06 10:43:13 -05:00
server.hu.yml Update translations 2019-11-05 16:52:48 +01:00
server.hy.yml Update translations 2019-11-05 16:52:48 +01:00
server.id.yml Update translations 2019-10-10 11:15:24 -04:00
server.it.yml Update translations 2019-11-06 10:43:13 -05:00
server.ja.yml Update translations 2019-11-05 16:52:48 +01:00
server.ko.yml Update translations 2019-11-05 16:52:48 +01:00
server.lt.yml Update translations 2019-09-04 10:24:43 -04:00
server.lv.yml Update translations 2019-10-10 11:15:24 -04:00
server.nb_NO.yml Update translations 2019-11-05 16:52:48 +01:00
server.nl.yml Update translations 2019-11-06 10:43:13 -05:00
server.pl_PL.yml FIX: Use long version of month names in date formats 2019-11-06 22:30:51 +01:00
server.pt.yml Update translations 2019-11-05 16:52:48 +01:00
server.pt_BR.yml Update translations 2019-11-05 16:52:48 +01:00
server.ro.yml Update translations 2019-11-05 16:52:48 +01:00
server.ru.yml Update translations 2019-11-05 16:52:48 +01:00
server.sk.yml Update translations 2019-11-05 16:52:48 +01:00
server.sl.yml Update translations 2019-11-05 16:52:48 +01:00
server.sq.yml Update translations 2019-11-05 16:52:48 +01:00
server.sr.yml Update translations 2019-11-05 16:52:48 +01:00
server.sv.yml Update translations 2019-11-05 16:52:48 +01:00
server.sw.yml Update translations 2019-11-05 16:52:48 +01:00
server.te.yml Update translations 2019-09-04 10:24:43 -04:00
server.th.yml Update translations 2019-10-10 11:15:24 -04:00
server.tr_TR.yml Update translations 2019-11-05 16:52:48 +01:00
server.uk.yml Update translations 2019-11-06 10:43:13 -05:00
server.ur.yml Update translations 2019-11-05 16:52:48 +01:00
server.vi.yml FIX: Use long version of month names in date formats 2019-11-06 22:30:51 +01:00
server.zh_CN.yml Update translations 2019-11-06 10:43:13 -05:00
server.zh_TW.yml Update translations 2019-11-05 16:52:48 +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