parent
6394e65400
commit
06e8f1fd73
@ -70,6 +70,9 @@ const getMessages = (locale: string) => {
|
|||||||
case "fi-FI":
|
case "fi-FI":
|
||||||
case "fi":
|
case "fi":
|
||||||
return (await import("@/translations/fi_FI.json")).default;
|
return (await import("@/translations/fi_FI.json")).default;
|
||||||
|
case "ko-KR":
|
||||||
|
case "ko":
|
||||||
|
return (await import("@/translations/ko_KR.json")).default;
|
||||||
case DefaultLocale:
|
case DefaultLocale:
|
||||||
case "en":
|
case "en":
|
||||||
return enMessages;
|
return enMessages;
|
||||||
|
@ -25,4 +25,5 @@ export const AllLanguageCodes = [
|
|||||||
"sw",
|
"sw",
|
||||||
"nl",
|
"nl",
|
||||||
"fi",
|
"fi",
|
||||||
|
"ko",
|
||||||
];
|
];
|
||||||
|
@ -3329,7 +3329,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@snort/shared@npm:^1.0.14, @snort/shared@npm:^1.0.6, @snort/shared@workspace:*, @snort/shared@workspace:^, @snort/shared@workspace:packages/shared":
|
"@snort/shared@npm:^1.0.14, @snort/shared@npm:^1.0.6, @snort/shared@workspace:*, @snort/shared@workspace:packages/shared":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@snort/shared@workspace:packages/shared"
|
resolution: "@snort/shared@workspace:packages/shared"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3384,7 +3384,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.2.12, @snort/system@workspace:*, @snort/system@workspace:^, @snort/system@workspace:packages/system":
|
"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.2.12, @snort/system@workspace:*, @snort/system@workspace:packages/system":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@snort/system@workspace:packages/system"
|
resolution: "@snort/system@workspace:packages/system"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3423,8 +3423,8 @@ __metadata:
|
|||||||
"@cashu/cashu-ts": "npm:^1.0.0-rc.3"
|
"@cashu/cashu-ts": "npm:^1.0.0-rc.3"
|
||||||
"@lightninglabs/lnc-web": "npm:^0.3.1-alpha"
|
"@lightninglabs/lnc-web": "npm:^0.3.1-alpha"
|
||||||
"@scure/base": "npm:^1.1.6"
|
"@scure/base": "npm:^1.1.6"
|
||||||
"@snort/shared": "workspace:^"
|
"@snort/shared": "npm:^1.0.14"
|
||||||
"@snort/system": "workspace:^"
|
"@snort/system": "npm:^1.2.12"
|
||||||
"@types/debug": "npm:^4.1.12"
|
"@types/debug": "npm:^4.1.12"
|
||||||
"@webbtc/webln-types": "npm:^3.0.0"
|
"@webbtc/webln-types": "npm:^3.0.0"
|
||||||
debug: "npm:^4.3.4"
|
debug: "npm:^4.3.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user