yaro 1 week ago
committed by GitHub
parent
commit
5c7ac2d5a9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 17
      apps/client/project.json
  2. 3
      apps/client/src/app/components/footer/footer.component.html
  3. 2
      apps/client/src/app/components/user-account-settings/user-account-settings.component.ts
  4. 4
      apps/client/src/app/components/user-account-settings/user-account-settings.html
  5. 1
      apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
  6. 8665
      apps/client/src/locales/messages.ko.xlf
  7. 1
      libs/common/src/lib/config.ts

17
apps/client/project.json

@ -14,6 +14,10 @@
"baseHref": "/de/", "baseHref": "/de/",
"translation": "apps/client/src/locales/messages.de.xlf" "translation": "apps/client/src/locales/messages.de.xlf"
}, },
"ko": {
"baseHref": "/ko/",
"translation": "apps/client/src/locales/messages.ko.xlf"
},
"es": { "es": {
"baseHref": "/es/", "baseHref": "/es/",
"translation": "apps/client/src/locales/messages.es.xlf" "translation": "apps/client/src/locales/messages.es.xlf"
@ -110,6 +114,10 @@
"baseHref": "/it/", "baseHref": "/it/",
"localize": ["it"] "localize": ["it"]
}, },
"development-ko": {
"baseHref": "/ko/",
"localize": ["ko"]
},
"development-nl": { "development-nl": {
"baseHref": "/nl/", "baseHref": "/nl/",
"localize": ["nl"] "localize": ["nl"]
@ -213,6 +221,9 @@
"sslKey": "apps/client/localhost.pem" "sslKey": "apps/client/localhost.pem"
}, },
"configurations": { "configurations": {
"development-ca": {
"buildTarget": "client:build:development-ca"
},
"development-de": { "development-de": {
"buildTarget": "client:build:development-de" "buildTarget": "client:build:development-de"
}, },
@ -228,6 +239,9 @@
"development-it": { "development-it": {
"buildTarget": "client:build:development-it" "buildTarget": "client:build:development-it"
}, },
"development-ko": {
"buildTarget": "client:build:development-ko"
},
"development-nl": { "development-nl": {
"buildTarget": "client:build:development-nl" "buildTarget": "client:build:development-nl"
}, },
@ -269,7 +283,8 @@
"messages.pt.xlf", "messages.pt.xlf",
"messages.tr.xlf", "messages.tr.xlf",
"messages.uk.xlf", "messages.uk.xlf",
"messages.zh.xlf" "messages.zh.xlf",
"messages.ko.xlf"
], ],
"trim": true "trim": true
} }

3
apps/client/src/app/components/footer/footer.component.html

@ -148,6 +148,9 @@
<li> <li>
<a href="../pt" title="Ghostfolio in Português">Português</a> <a href="../pt" title="Ghostfolio in Português">Português</a>
</li> </li>
<li>
<a href="../ko" title="Ghostfolio in 한국어">한국어</a>
</li>
<li> <li>
<a href="../tr" title="Ghostfolio in Türkçe">Türkçe</a> <a href="../tr" title="Ghostfolio in Türkçe">Türkçe</a>
</li> </li>

2
apps/client/src/app/components/user-account-settings/user-account-settings.component.ts

@ -89,6 +89,8 @@ export class GfUserAccountSettingsComponent implements OnDestroy, OnInit {
'es', 'es',
'fr', 'fr',
'it', 'it',
'ko',
'ko-KR',
'nl', 'nl',
'pl', 'pl',
'pt', 'pt',

4
apps/client/src/app/components/user-account-settings/user-account-settings.html

@ -102,6 +102,10 @@
>Italiano (<ng-container i18n>Community</ng-container >Italiano (<ng-container i18n>Community</ng-container
>)</mat-option >)</mat-option
> >
<mat-option value="ko"
>한국어 (<ng-container i18n>Community</ng-container
>)</mat-option
>
<mat-option value="nl" <mat-option value="nl"
>Nederlands (<ng-container i18n>Community</ng-container >Nederlands (<ng-container i18n>Community</ng-container
>)</mat-option >)</mat-option

1
apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts

@ -44,6 +44,7 @@ export class GfProductPageComponent implements OnInit {
key: 'ghostfolio', key: 'ghostfolio',
languages: [ languages: [
'Deutsch', 'Deutsch',
'한국어',
'English', 'English',
'Español', 'Español',
'Français', 'Français',

8665
apps/client/src/locales/messages.ko.xlf

File diff suppressed because it is too large

1
libs/common/src/lib/config.ts

@ -193,6 +193,7 @@ export const SUPPORTED_LANGUAGE_CODES = [
'es', 'es',
'fr', 'fr',
'it', 'it',
'ko',
'nl', 'nl',
'pl', 'pl',
'pt', 'pt',

Loading…
Cancel
Save