From f77ff1a758080c6ed4d425d55afad20af3855877 Mon Sep 17 00:00:00 2001 From: Rami Menai Date: Tue, 31 Dec 2024 21:41:21 +0100 Subject: [PATCH 1/4] Add English quotes from DanMachi --- frontend/static/quotes/english.json | 78 +++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 2bdbbb85ba04..87566f2fc19f 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38535,6 +38535,84 @@ "source": "Kingdom Hearts III", "length": 307, "id": 7623 + }, + { + "text": "If anyone has the right to be called a hero, it’s not the one who took up the blade. It’s not the one who raised his shield, nor the one who healed the wounded. The one who truly risks his life may be called a hero.", + "source": "DanMachi", + "length": 215, + "id": 7624 + }, + { + "text": "Protect your friends, save the girl, and face the danger. It doesn’t matter if you fall. No, that’s just fine. Cry your heart out over it.", + "source": "DanMachi", + "length": 138, + "id": 7625 + }, + { + "text": "Within the defeated, a victor waits to emerge. Stay true to your wishes. Cry out your desires. And if you do that’s what will make you the coolest hero! Let your longings burn! Scream out your wishes!", + "source": "DanMachi", + "length": 200, + "id": 7626 + }, + { + "text": "If it were possible, I’d like to be a hero. Like in the fairy tales I read when I was a kid. A hero that people would acknowledge.", + "source": "DanMachi", + "length": 130, + "id": 7627 + }, + { + "text": "I wanted to save you because you’re you. I didn’t want you to leave, because you’re you. I can’t find another reason. I don’t need another reason to save you.", + "source": "DanMachi", + "length": 158, + "id": 7628 + }, + { + "text": "If I don’t stand up here... If I don’t reach higher here... When am I ever going to do it?", + "source": "DanMachi", + "length": 90, + "id": 7629 + }, + { + "text": "If you want to know what a man’s like, take a good look at how he treats his inferiors, not his equals.", + "source": "DanMachi", + "length": 103, + "id": 7630 + }, + { + "text": "In the end, guilt is just the question of whether you’re capable of forgiving yourself or not. If you’ve really changed, then prove it with your actions.", + "source": "DanMachi", + "length": 153, + "id": 7631 + }, + { + "text": "Don’t make yourself weigh your pride against your friends.", + "source": "DanMachi", + "length": 58, + "id": 7632 + }, + { + "text": "I don’t want to be a loser who can’t do anything but talk. I don’t want to be somebody who can sacrifice others, but won’t risk himself.", + "source": "DanMachi", + "length": 136, + "id": 7633 + }, + { + "text": "While you’re just starting out, put all your energy into surviving. No matter how pathetic you feel, or how people laugh at you, if you win come back alive, you win.", + "source": "DanMachi", + "length": 165, + "id": 7634 + }, + { + "text": "Humility is a virtue, but do not insult yourself.", + "source": "DanMachi", + "length": 49, + "id": 7635 + }, + { + "text": "Fight the way you want to fight!", + "source": "DanMachi", + "length": 32, + "id": 7636 } ] } From 597e43a605428327bd8f97f60273f3449f3d62f8 Mon Sep 17 00:00:00 2001 From: Rami Menai Date: Tue, 31 Dec 2024 21:46:22 +0100 Subject: [PATCH 2/4] Remove short quotes --- frontend/static/quotes/english.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 87566f2fc19f..d37ed3df0ce2 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38584,12 +38584,6 @@ "length": 153, "id": 7631 }, - { - "text": "Don’t make yourself weigh your pride against your friends.", - "source": "DanMachi", - "length": 58, - "id": 7632 - }, { "text": "I don’t want to be a loser who can’t do anything but talk. I don’t want to be somebody who can sacrifice others, but won’t risk himself.", "source": "DanMachi", @@ -38601,18 +38595,6 @@ "source": "DanMachi", "length": 165, "id": 7634 - }, - { - "text": "Humility is a virtue, but do not insult yourself.", - "source": "DanMachi", - "length": 49, - "id": 7635 - }, - { - "text": "Fight the way you want to fight!", - "source": "DanMachi", - "length": 32, - "id": 7636 } ] } From 4043c59a17fc235a0604b16d507f4265643346e8 Mon Sep 17 00:00:00 2001 From: Rami Menai Date: Tue, 31 Dec 2024 21:47:04 +0100 Subject: [PATCH 3/4] Fix id not incremented correctly --- frontend/static/quotes/english.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index d37ed3df0ce2..cb12a7961978 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38588,13 +38588,13 @@ "text": "I don’t want to be a loser who can’t do anything but talk. I don’t want to be somebody who can sacrifice others, but won’t risk himself.", "source": "DanMachi", "length": 136, - "id": 7633 + "id": 7632 }, { "text": "While you’re just starting out, put all your energy into surviving. No matter how pathetic you feel, or how people laugh at you, if you win come back alive, you win.", "source": "DanMachi", "length": 165, - "id": 7634 + "id": 7633 } ] } From 33373c44d27bbe9be7e5b1cd1db4cdd1cb0792ed Mon Sep 17 00:00:00 2001 From: Rami Menai Date: Mon, 6 Jan 2025 12:33:24 +0100 Subject: [PATCH 4/4] Remove some quotes and fix ticks --- frontend/static/quotes/english.json | 40 ++++++++++------------------- 1 file changed, 14 insertions(+), 26 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index cb12a7961978..892cc921d991 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38543,58 +38543,46 @@ "id": 7624 }, { - "text": "Protect your friends, save the girl, and face the danger. It doesn’t matter if you fall. No, that’s just fine. Cry your heart out over it.", - "source": "DanMachi", - "length": 138, - "id": 7625 - }, - { - "text": "Within the defeated, a victor waits to emerge. Stay true to your wishes. Cry out your desires. And if you do that’s what will make you the coolest hero! Let your longings burn! Scream out your wishes!", - "source": "DanMachi", - "length": 200, - "id": 7626 - }, - { - "text": "If it were possible, I’d like to be a hero. Like in the fairy tales I read when I was a kid. A hero that people would acknowledge.", + "text": "If it were possible, I'd like to be a hero. Like in the fairy tales I read when I was a kid. A hero that people would acknowledge.", "source": "DanMachi", "length": 130, - "id": 7627 + "id": 7625 }, { - "text": "I wanted to save you because you’re you. I didn’t want you to leave, because you’re you. I can’t find another reason. I don’t need another reason to save you.", + "text": "I wanted to save you because you're you. I didn't want you to leave, because you're you. I can't find another reason. I don't need another reason to save you.", "source": "DanMachi", "length": 158, - "id": 7628 + "id": 7626 }, { - "text": "If I don’t stand up here... If I don’t reach higher here... When am I ever going to do it?", + "text": "If I don't stand up here... If I don't reach higher here... When am I ever going to do it?", "source": "DanMachi", "length": 90, - "id": 7629 + "id": 7627 }, { - "text": "If you want to know what a man’s like, take a good look at how he treats his inferiors, not his equals.", + "text": "If you want to know what a man's like, take a good look at how he treats his inferiors, not his equals.", "source": "DanMachi", "length": 103, - "id": 7630 + "id": 7628 }, { - "text": "In the end, guilt is just the question of whether you’re capable of forgiving yourself or not. If you’ve really changed, then prove it with your actions.", + "text": "In the end, guilt is just the question of whether you're capable of forgiving yourself or not. If you've really changed, then prove it with your actions.", "source": "DanMachi", "length": 153, - "id": 7631 + "id": 7629 }, { - "text": "I don’t want to be a loser who can’t do anything but talk. I don’t want to be somebody who can sacrifice others, but won’t risk himself.", + "text": "I don't want to be a loser who can't do anything but talk. I don't want to be somebody who can sacrifice others, but won't risk himself.", "source": "DanMachi", "length": 136, - "id": 7632 + "id": 7630 }, { - "text": "While you’re just starting out, put all your energy into surviving. No matter how pathetic you feel, or how people laugh at you, if you win come back alive, you win.", + "text": "While you're just starting out, put all your energy into surviving. No matter how pathetic you feel, or how people laugh at you, if you win come back alive, you win.", "source": "DanMachi", "length": 165, - "id": 7633 + "id": 7631 } ] }