Updated spanish translation#52
Conversation
📝 WalkthroughWalkthroughSpanish translations for the MCP23017 component's UI labels and selector options were updated, including changes to pull_mode, momentary, pulse_time, platform_type labels and their corresponding option values. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@custom_components/mcp23017/translations/es.json`:
- Around line 37-38: The platform_type selector values in the Spanish
translation were left as internal keys; update the values for "binary_sensor"
and "switch" in the translations to proper Spanish labels (e.g., "Sensor
binario" and "Interruptor") so the UI shows localized text instead of raw keys;
locate the entries with the keys "binary_sensor" and "switch" in the
translations object and replace their values accordingly.
Summary by CodeRabbit