File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Localization goes beyond simple translation — it adapts content for specific l
1010
1111If 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments