mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
Rename "My Cup Runneth Over" to "Higher Love". Winwood!
This commit is contained in:
@ -34,7 +34,7 @@ class Badge < ActiveRecord::Base
|
|||||||
Admired = 31
|
Admired = 31
|
||||||
|
|
||||||
OutOfLove = 33
|
OutOfLove = 33
|
||||||
MyCupRunnethOver = 34
|
HigherLove = 34
|
||||||
CrazyInLove = 35
|
CrazyInLove = 35
|
||||||
|
|
||||||
ThankYou = 38
|
ThankYou = 38
|
||||||
|
@ -2976,8 +2976,8 @@ en:
|
|||||||
out_of_love:
|
out_of_love:
|
||||||
name: Out of Love
|
name: Out of Love
|
||||||
description: Used the maximum amount of likes in a day
|
description: Used the maximum amount of likes in a day
|
||||||
my_cup_runneth_over:
|
higher_love:
|
||||||
name: My Cup Runneth Over
|
name: Higher Love
|
||||||
description: Used the maximum amount of likes in a day 5 times
|
description: Used the maximum amount of likes in a day 5 times
|
||||||
crazy_in_love:
|
crazy_in_love:
|
||||||
name: Crazy in Love
|
name: Crazy in Love
|
||||||
|
@ -334,9 +334,9 @@ end
|
|||||||
end
|
end
|
||||||
|
|
||||||
[
|
[
|
||||||
[Badge::OutOfLove, "Out of Love", BadgeType::Bronze, 1],
|
[Badge::OutOfLove, "Out of Love", BadgeType::Bronze, 1],
|
||||||
[Badge::MyCupRunnethOver, "My Cup Runneth Over", BadgeType::Silver, 5],
|
[Badge::HigherLove, "Higher Love", BadgeType::Silver, 5],
|
||||||
[Badge::CrazyInLove, "Crazy in Love", BadgeType::Gold, 20],
|
[Badge::CrazyInLove, "Crazy in Love", BadgeType::Gold, 20],
|
||||||
].each do |spec|
|
].each do |spec|
|
||||||
id, name, level, count = spec
|
id, name, level, count = spec
|
||||||
Badge.seed do |b|
|
Badge.seed do |b|
|
||||||
|
Reference in New Issue
Block a user