Feature/improve language localization for ZH 20250510 (#4701)
* Improve language localization for ZH 20250510 * Update changelog
This commit is contained in:
parent
3fe5a762eb
commit
2932d57c1e
@ -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`
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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="es"
|
||||
>Español (<ng-container i18n>Community</ng-container
|
||||
>)</mat-option
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user