Skip to content

Commit 6a29c9a

Browse files
authored
Merge pull request #174 from Freely-Given-org/Dev
Mid-December update
2 parents 1a72382 + 0519c3b commit 6a29c9a

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

frontend/src/Layouts/Footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function Footer() {
107107
</a>
108108
</span>
109109
<span className={styles['buildNotes']}>
110-
(Site last built: 4 Dec 2025)
110+
(Site last built: 10 Dec 2025)
111111
</span>
112112
</div>
113113
</div>

frontend/src/app/Discussion/Challenge/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function Challenge() {
2828
and type in a description of the problem so we can
2929
investigate it. If it’s a typo or a simple
3030
inconsistency, no need to make any justification for
31-
a fix. (Or if you're familiar with Git, go ahead and
31+
a fix. (Or if youre familiar with Git, go ahead and
3232
submit a merge request / PR.)
3333
</p>
3434
<p>

frontend/src/app/Discussion/Notes/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Notes() {
1919
<h2>Project stages</h2>
2020
<p>
2121
We are currently in ‘first-draft mode’. This means
22-
that we're trying to fill in all 31,102 Bible verses
22+
that were trying to fill in all 31,102 Bible verses
2323
with text, so that we have a Bible that we can at
2424
least start reading and find every reference.
2525
However, drafting is only stage one of a
@@ -84,7 +84,7 @@ function Notes() {
8484
In our <em>OET Readers’ Version</em> translation, we
8585
now attempt to mark up where we change it from a
8686
literal translation, e.g., if we change the ‘The
87-
wealthy man says’ to ‘Wealthy people say’ then we've
87+
wealthy man says’ to ‘Wealthy people say’ then weve
8888
made a change in <em>number</em> (i.e., from
8989
singular to plural) and we mark that. You can see
9090
the kinds of things that we annotate on our{' '}

frontend/src/app/Discussion/StyleEssays/page.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function StyleEssays() {
5050
NET
5151
</Link>
5252
) have ‘a spirit’ with a footnote to explain their
53-
decision to the reader (although we're{' '}
53+
decision to the reader (although were{' '}
5454
<Link href='https://netbible.com/faq/'>
5555
prohibited
5656
</Link>{' '}
@@ -275,6 +275,12 @@ function StyleEssays() {
275275
potential range of meaning for that specific Hebrew
276276
or Greek word.
277277
</p>
278+
<p>
279+
Some people might even have fun calling the{' '}
280+
<em>OET Readers’ Version</em> an{' '}
281+
<em>anti-literal</em> translation, but we’d take
282+
that as a compliment. 😀
283+
</p>
278284
<h2 id='saying'>Saying—direct speech</h2>
279285
<p>Coming…</p>
280286
<h2 id='surpriseParticle'>Surprise particle</h2>

frontend/src/app/Discussion/WordEssays/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function WordEssays() {
454454
<p>
455455
So if your father told you, ‘Come into your room.’
456456
where would he be standing when he said that? Well,
457-
obviously, he’s already in your room and you're
457+
obviously, he’s already in your room and youre
458458
somewhere outside the room. So if someone said, ‘Do
459459
such-and-such when you come into your room.’ where
460460
was that person speaking from? The speaker must

frontend/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@ const Home: NextPage = () => {
171171
</li>
172172
</ul>
173173
<p id='progress'>
174-
Currently as of early-December 2025, we have a
174+
Currently as of mid-December 2025, we have a
175175
first draft of most of the sixty-six Bible
176176
‘books’{' '}
177177
<small>
178178
excluding Leviticus, Numbers, half of
179179
Deuteronomy, Proverbs, Isaiah, and Jeremiah
180180
</small>
181-
. Now 81% of the Bible is drafted, which is
181+
. Now almost 82% of the Bible is drafted, which is
182182
plenty for you to get a good idea of the style
183183
that we’re aiming for, although some decisions
184184
(even some major ones) are still in flux (and

0 commit comments

Comments
 (0)