بنقرة واحدة
localization-manager
Manage localization strings, find missing translations, validate .strings files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage localization strings, find missing translations, validate .strings files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate comprehensive API documentation using DocC (Swift-DocC) for your PaleoRose project
Analyze and optimize Xcode asset catalogs - find unused assets, missing resolutions, compress images
Analyze and optimize Xcode build times by identifying slow compilation units and suggesting improvements
Generate CI/CD configurations and automation scripts for building, testing, and deploying
Calculate code quality metrics - complexity, coverage, maintainability
Parse and analyze macOS crash logs to identify crash causes and debugging information
| name | localization-manager |
| description | Manage localization strings, find missing translations, validate .strings files |
| type | skill |
| language | python |
Manage app localization and translation files.
localization_manager.py - Parse and validate localization files
# Find missing translations
./localization_manager.py find-missing --base-lang en
# Extract strings from code
./localization_manager.py extract-strings --source-dir PaleoRose
# Validate .strings files
./localization_manager.py validate
# Generate report
./localization_manager.py report --output translations.html