mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Align Song of Solomon book data with verses file naming
Rename book data file and update all references to use "Solomon's Song" (matching verses-1769.json) instead of "Song of Solomon". Changes: - Rename song_of_solomon.json → solomons_song.json - Update "name" field: "Song of Solomon" → "Solomon's Song" - Update all verse references to use "Solomon's Song X:Y" format This ensures the book data name matches the verses file exactly, eliminating the need for normalization redirects. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+8
-8
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Song of Solomon",
|
||||
"name": "Solomon's Song",
|
||||
"abbreviation": "Song",
|
||||
"testament": "Old Testament",
|
||||
"position": 22,
|
||||
@@ -40,31 +40,31 @@
|
||||
],
|
||||
"key_verses": [
|
||||
{
|
||||
"reference": "Song of Solomon 1:2",
|
||||
"reference": "Solomon's Song 1:2",
|
||||
"text": "Let him kiss me with the kisses of his mouth: for thy love is better than wine."
|
||||
},
|
||||
{
|
||||
"reference": "Song of Solomon 2:1-2",
|
||||
"reference": "Solomon's Song 2:1-2",
|
||||
"text": "I am the rose of Sharon, and the lily of the valleys. As the lily among thorns, so is my love among the daughters."
|
||||
},
|
||||
{
|
||||
"reference": "Song of Solomon 2:16",
|
||||
"reference": "Solomon's Song 2:16",
|
||||
"text": "My beloved is mine, and I am his: he feedeth among the lilies."
|
||||
},
|
||||
{
|
||||
"reference": "Song of Solomon 1:15",
|
||||
"reference": "Solomon's Song 1:15",
|
||||
"text": "Behold, thou art fair, my love; behold, thou art fair; thou hast doves' eyes."
|
||||
},
|
||||
{
|
||||
"reference": "Song of Solomon 4:12",
|
||||
"reference": "Solomon's Song 4:12",
|
||||
"text": "A garden inclosed is my sister, my spouse; a spring shut up, a fountain sealed."
|
||||
},
|
||||
{
|
||||
"reference": "Song of Solomon 6:3",
|
||||
"reference": "Solomon's Song 6:3",
|
||||
"text": "I am my beloved's, and my beloved is mine: he feedeth among the lilies."
|
||||
},
|
||||
{
|
||||
"reference": "Song of Solomon 8:6-7",
|
||||
"reference": "Solomon's Song 8:6-7",
|
||||
"text": "Set me as a seal upon thine heart, as a seal upon thine arm: for love is strong as death; jealousy is cruel as the grave: the coals thereof are coals of fire, which hath a most vehement flame. Many waters cannot quench love, neither can the floods drown it."
|
||||
}
|
||||
],
|
||||
Reference in New Issue
Block a user