You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several checkArgument messages that are hard coded in English. Since these messages are presented to the user, they need to be translated. Will need to find all usages of checkArgument and add translations.
For example, one such instance
I think we should separate those and use a normal check a handle it not via checkArgument. checkArgument should be used for catching edge cases and bugs and not for expected cases like the one you mentioned there.
There are several checkArgument messages that are hard coded in English. Since these messages are presented to the user, they need to be translated. Will need to find all usages of checkArgument and add translations.
For example, one such instance
bisq/core/src/main/java/bisq/core/btc/wallet/BsqWalletService.java
Lines 558 to 561 in 54f1a9f
The text was updated successfully, but these errors were encountered: