Browse Source
Task/add Korean language to footer (#7033)
* Add Korean
* Update changelog
pull/6999/head
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
9 additions and
7 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/footer/footer.component.html
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added the Korean (`ko`) language to the footer |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Moved the endpoint to get the asset profiles from `GET api/v1/admin/market-data` to `GET api/v1/asset-profiles` |
|
|
|
|
|
|
|
@ -141,13 +141,11 @@ |
|
|
|
<li> |
|
|
|
<a href="../it" title="Ghostfolio in Italiano">Italiano</a> |
|
|
|
</li> |
|
|
|
<!-- |
|
|
|
<li> |
|
|
|
<a href="../ko" title="Ghostfolio in Korean (한국어)" |
|
|
|
>Korean (한국어)</a |
|
|
|
> |
|
|
|
</li> |
|
|
|
--> |
|
|
|
<li> |
|
|
|
<a href="../ko" title="Ghostfolio in Korean (한국어)" |
|
|
|
>Korean (한국어)</a |
|
|
|
> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<a href="../nl" title="Ghostfolio in Nederlands">Nederlands</a> |
|
|
|
</li> |
|
|
|
|