Feature/improve language localization for ZH 20250510 (#4701)

* Improve language localization for ZH 20250510

* Update changelog
This commit is contained in:
Kenrick Tandrian 2025-05-10 19:50:04 +07:00 committed by GitHub
parent 3fe5a762eb
commit 2932d57c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 213 additions and 219 deletions

View File

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed `Order` to `activities` in the `User` database schema - Renamed `Order` to `activities` in the `User` database schema
- Improved the language localization for Catalan (`ca`) - Improved the language localization for Catalan (`ca`)
- Improved the language localization for Chinese (`zh`)
- Improved the language localization for Italian (`it`) - Improved the language localization for Italian (`it`)
- Upgraded `nestjs` from version `10.4.15` to `11.0.12` - Upgraded `nestjs` from version `10.4.15` to `11.0.12`

View File

@ -590,11 +590,9 @@
<lastmod>${currentDate}T00:00:00+00:00</lastmod> <lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url> </url>
--> -->
<!--
<url> <url>
<loc>https://ghostfol.io/zh</loc> <loc>https://ghostfol.io/zh</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod> <lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url> </url>
-->
${personalFinanceTools} ${personalFinanceTools}
</urlset> </urlset>

View File

@ -171,6 +171,9 @@
<a href="../ca" title="Ghostfolio en català">Català</a> <a href="../ca" title="Ghostfolio en català">Català</a>
</li> </li>
--> -->
<li>
<a href="../zh" title="Ghostfolio in Chinese">Chinese</a>
</li>
<li> <li>
<a href="../de" title="Ghostfolio in Deutsch">Deutsch</a> <a href="../de" title="Ghostfolio in Deutsch">Deutsch</a>
</li> </li>
@ -203,11 +206,6 @@
<a href="../uk" title="Ghostfolio in Українська">Українська</a> <a href="../uk" title="Ghostfolio in Українська">Українська</a>
</li> </li>
--> -->
<!--
<li>
<a href="../zh" title="Ghostfolio in Chinese">Chinese</a>
</li>
-->
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -86,12 +86,10 @@
>)</mat-option >)</mat-option
> >
} }
@if (user?.settings?.isExperimentalFeatures) { <mat-option value="zh"
<mat-option value="zh" >Chinese (<ng-container i18n>Community</ng-container
>Chinese (<ng-container i18n>Community</ng-container >)</mat-option
>)</mat-option >
>
}
<mat-option value="es" <mat-option value="es"
>Español (<ng-container i18n>Community</ng-container >Español (<ng-container i18n>Community</ng-container
>)</mat-option >)</mat-option

View File

@ -260,9 +260,8 @@
<p class="m-0"> <p class="m-0">
Use Ghostfolio in multiple languages: English, Use Ghostfolio in multiple languages: English,
<!-- Català, --> <!-- Català, -->
<!-- Chinese, --> Chinese, Dutch, French, German, Italian, Polish, Portuguese,
Dutch, French, German, Italian, Polish, Portuguese, Spanish Spanish and Turkish
and Turkish
<!-- and Ukrainian --> <!-- and Ukrainian -->
are currently supported. are currently supported.
</p> </p>

File diff suppressed because it is too large Load Diff