Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modified "help us improve " link
  • Loading branch information
satti-hari-krishna-reddy committed Mar 24, 2024
commit 82adb4cc351b6ffa8aff77f97c33c34b2fbbb01a
21 changes: 10 additions & 11 deletions src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,17 @@ const Footer = ({
<div className="mb-4 d-flex flex-column">
<div className="card d-inline-block bg-light p-2">
<span>{t('Notice_Mistake')}</span>{' '}
<Button className="p-0" onClick={() => setOpenTab(Tab.About)} tabIndex={0} variant="link">
{t('Help_Improve')}
</Button>
<a
className="p-0"
href="https://github.com/apertium/apertium-html-tools"
rel="noreferrer"
target="_blank"
>
{t('Help_Improve')}{' '}
</a>
</div>
<a
className="text-muted d-lg-block version align-self-end font-weigth-bold"
href="https://github.com/apertium/apertium-html-tools"
rel="noreferrer"
target="_blank"
>
<small>{version}</small>
</a>

<small className="text-muted d-none d-lg-block version align-self-end">{version}</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/strings/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"Norm_Preferences": "Style preferences",
"Documentation": "Documentation",
"About_Apertium": "About Apertium",
"What_Is_Apertium": "<p>Apertium is a <b>free/open-source machine translation platform</b>, initially aimed at related-language pairs but expanded to deal with more divergent language pairs (such as English-Catalan). The platform provides</p> <ol> <li>a language-independent machine translation engine</li> <li>tools to manage the linguistic data necessary to build a machine translation system for a given language pair and</li> <li>linguistic data for a growing number of language pairs.</li> </ol> <p>Apertium welcomes new developers: if you think you can improve the engine or the tools, or develop linguistic data for us, do not hesitate to <a href=\"https://wiki.apertium.org/wiki/Contact\" target=\"_blank\" rel=\"noopener noreferrer\">contact us.</a></p>",
"What_Is_Apertium": "<p>Apertium is a <b>free/open-source machine translation platform</b>, initially aimed at related-language pairs but expanded to deal with more divergent language pairs (such as English-Catalan). The platform provides</p> <ol> <li>a language-independent machine translation engine</li> <li>tools to manage the linguistic data necessary to build a machine translation system for a given language pair and</li> <li>linguistic data for a growing number of language pairs.</li> </ol> <p>Apertium welcomes new developers: if you think you can improve the engine or the tools, or develop linguistic data for us, do not hesitate to <a href=\"https://wiki.apertium.org/wiki/Contact\" target=\"_blank\" rel=\"noopener noreferrer\">contact us</a>.</p>",
"Documentation_Para": "Documentation can be found on our <a href='https://wiki.apertium.org/'>Wiki</a> under the <a href='https://wiki.apertium.org/wiki/Documentation' target='_blank' rel='noopener'>Documentation</a> sub-page. We have published various conference papers and journal articles, a list of which may be found on the Wiki under <a href='https://wiki.apertium.org/wiki/Publications' target='_blank' rel='noopener'>Publications</a>.",
"Apertium_Downloads": "Apertium Downloads",
"Downloads_Para": "Current versions of the <b>Apertium toolbox</b> as well as of <b>language-pair data</b> are available from <a href='https://github.com/apertium' target='_blank' rel='noopener'>the GitHub page</a>. Installation instructions for Apertium on all major platforms are provided on the <a href='https://wiki.apertium.org/wiki/Installation' target='_blank' rel='noopener'>Wiki's Installation page</a>.",
Expand Down