mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-12-01 08:20:24 +01:00
added warn if default pri key is being used. increased threshold len for translation to 10
This commit is contained in:
@@ -113,7 +113,7 @@ extension StringX on String {
|
||||
|
||||
isEnglish( ) {
|
||||
// since smaller words can be smileys they should not be translated
|
||||
if( length < 6)
|
||||
if( length < 10)
|
||||
return true;
|
||||
|
||||
if( !isLatinAlphabet())
|
||||
|
||||
Reference in New Issue
Block a user