概要
The Localization Helper skill streamlines the internationalization process by scanning Swift source code for hardcoded strings and replacing them with standardized I18n.str() calls. It automatically manages localization keys across six supported languages—English, Spanish, German, Simplified Chinese, Arabic, and Hebrew—by updating the corresponding Localizable.strings files. This tool is essential for developers maintaining global applications, ensuring that UI text is consistently translated and organized without the manual overhead of string extraction and file synchronization.