taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 191914e60f356c3f0307fbd6f393237b78d5857c
parent 2fe32014ef06bc517bc076a007b872adf0938ddf
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu, 24 Feb 2022 12:50:45 -0300

added tr to supported langs

Diffstat:
Mpackages/taler-wallet-webextension/src/context/translation.ts | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/context/translation.ts b/packages/taler-wallet-webextension/src/context/translation.ts @@ -41,6 +41,9 @@ const supportedLang = { de: "Deutsch [de]", sv: "Svenska [sv]", it: "Italiano [it]", + // ko: "한국어 [ko]", + // ru: "Ру́сский язы́к [ru]", + tr: "Türk [tr]" };