Skip to content

Commit c5b5e65

Browse files
committed
About us page more findable
1 parent b67ee95 commit c5b5e65

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Localization goes beyond simple translation — it adapts content for specific l
1010

1111
If you are not yourself developing/changing the l10n system, you can let it run automatically.
1212

13+
If you make changes to translated components (e.g. footer, navbar), update the `messages` json files accordingly.
14+
1315
## Quick Start
1416

1517
```bash

messages/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"simpletoc_heading": "Table of contents",
5252
"footer_join": "Join PauseAI >",
5353
"footer_info": "Info",
54+
"footer_info_about": "About",
5455
"footer_info_faq": "FAQ",
5556
"footer_info_proposal": "Proposal",
5657
"footer_info_learn": "Learn",

src/routes/footer.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<div class="footer-links">
1919
<div class="column">
2020
<h2>{m.footer_info()}</h2>
21+
<Link href="/about">{m.footer_info_about()}</Link>
2122
<Link href="/faq">{m.footer_info_faq()}</Link>
2223
<Link href="/proposal">{m.footer_info_proposal()}</Link>
2324
<Link href="/learn">{m.footer_info_learn()}</Link>

0 commit comments

Comments
 (0)