chore: Better home screen (#7784)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
sp.wack
2025-04-22 17:15:41 +04:00
committed by GitHub
parent 986b90be0a
commit e9f2b72ea5
40 changed files with 1973 additions and 254 deletions

View File

@@ -105,6 +105,7 @@ function isRawTranslationKey(str) {
// Specific technical strings that should be excluded from localization
const EXCLUDED_TECHNICAL_STRINGS = [
"openid email profile", // OAuth scope string - not user-facing
"OPEN_ISSUE", // Task type identifier, not a UI string
];
function isExcludedTechnicalString(str) {