gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 04/06: do not warn for every translation


From: gnunet
Subject: [taler-wallet-core] 04/06: do not warn for every translation
Date: Tue, 26 Apr 2022 16:48:45 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 4aa8adbde3826f105746b6e9f0acd23f89d78f70
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Apr 25 23:07:46 2022 -0300

    do not warn for every translation
---
 packages/taler-util/src/i18n.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/i18n.ts b/packages/taler-util/src/i18n.ts
index c8895521..7b3ec55d 100644
--- a/packages/taler-util/src/i18n.ts
+++ b/packages/taler-util/src/i18n.ts
@@ -15,7 +15,7 @@ export function setupI18n(lang: string, strings: { [s: 
string]: any }): any {
 
   if (!strings[lang]) {
     strings[lang] = {}
-    logger.warn(`language ${lang} not found, defaulting to source strings`);
+    // logger.warn(`language ${lang} not found, defaulting to source strings`);
   }
   jed = new jedLib.Jed(strings[lang]);
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]