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
- Improved the language localization for Catalan (`ca`)
- Improved the language localization for Chinese (`zh`)
- Improved the language localization for Italian (`it`)
- 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>
</url>
-->
<!--
<url>
<loc>https://ghostfol.io/zh</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
-->
${personalFinanceTools}
</urlset>

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff