Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Add supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsen9026 committed Feb 28, 2024
1 parent 9a9cdc2 commit fd6b735
Show file tree
Hide file tree
Showing 9 changed files with 1,703 additions and 152 deletions.
45 changes: 44 additions & 1 deletion Client/Pages/Home.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<PageTitle>Blazam</PageTitle>
<MudText Typo=Typo.h1>Blazam</MudText>
<Badges />
Expand Down Expand Up @@ -60,5 +60,48 @@




<MudText Typo=Typo.h4 ElementId="h2">@AppLocalization["How to get it?"]</MudText>
<MudText>@AppLocalization["HowToGetItDescription"]</MudText>
<MudText Typo=Typo.h4 ElementId="h1">@AppLocalization["Languages"]</MudText>
<MudContainer Class="ps-4">


<UnorderedListItem>
Chinese(Simplified) - 中国人
</UnorderedListItem>
<UnorderedListItem>
English
</UnorderedListItem>
<UnorderedListItem>
French - Français
</UnorderedListItem>
<UnorderedListItem>
German - Deutsch
</UnorderedListItem>

<UnorderedListItem>
Hindi - हिंदी
</UnorderedListItem>

<UnorderedListItem>
Italian - Italiano
</UnorderedListItem>
<UnorderedListItem>
Japanese - 日本語
</UnorderedListItem>
<UnorderedListItem>
Korean - 한국인
</UnorderedListItem>
<UnorderedListItem>
Polish - Polski
</UnorderedListItem>
<UnorderedListItem>
Russian - Русский
</UnorderedListItem>
<UnorderedListItem>
Spanish - Español
</UnorderedListItem>


</MudContainer>
2 changes: 1 addition & 1 deletion Client/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</MudContainer>
<MudElement>

<AppFooter />
@* <AppFooter /> *@

</MudElement>
</MudMainContent>
Expand Down
511 changes: 492 additions & 19 deletions Client/wwwroot/demo/index.html

Large diffs are not rendered by default.

511 changes: 492 additions & 19 deletions Client/wwwroot/download/index.html

Large diffs are not rendered by default.

511 changes: 492 additions & 19 deletions Client/wwwroot/features/index.html

Large diffs are not rendered by default.

262 changes: 171 additions & 91 deletions Client/wwwroot/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Client/wwwroot/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<div id="top">
<nav>blazam.org HTML Site Map</nav>
<h3>
<span>Last updated: 2023, March 11<br />
<span>Last updated: 2024, Feb 28<br />
Total pages: 1</span>
<a href="http://blazam.org">blazam.org Homepage</a>
</h3></div>
Expand Down
8 changes: 7 additions & 1 deletion Client/wwwroot/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@

<url>
<loc>https://blazam.org/</loc>
<lastmod>2023-03-03T21:09:58+00:00</lastmod>
<lastmod>2024-02-28T21:09:58+00:00</lastmod>
<loc>https://blazam.org/download</loc>
<lastmod>2024-02-28T21:09:58+00:00</lastmod
<loc>https://blazam.org/features</loc>
<lastmod>2024-02-28T21:09:58+00:00</lastmod>
<loc>https://blazam.org/demo</loc>
<lastmod>2024-02-28T21:09:58+00:00</lastmod>
</url>


Expand Down
3 changes: 3 additions & 0 deletions Client/wwwroot/urllist.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
https://blazam.org/
https://blazam.org/download
https://blazam.org/features
https://blazam.org/demo

0 comments on commit fd6b735

Please sign in to comment.