Ieighteen
Speed up your Localization / Internationalization efforts by automating translation with a single script
Install / Use
/learn @emadehsan/IeighteenREADME
ieighteen
Speed up your Localization/i18n efforts by automating translation. You might need to proofread the translated text. The translate.py script translates the file from source-locale folder to target-locale folder. E.g.
en/strings.txt --- gets translated to ---> ur/strings.txt
The repo contains ur/strings.txt, the translated Urdu text as an example.

Following Folders/Files must exist
en or your source locale folder
en/strings.txt or your source locale file
ur or your target locale folder
The script creates (overwrites if already exist) the file in target locale folder
To Run
Python 3 and libs used in translate.py must be installed
Change following variables in translate.py according to your need
# Locale code of source and target languages
sourceLang = 'en'
targetLang = 'ur'
# Put file name here
filename = 'strings.txt'
Related Skills
node-connect
347.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
108.0kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
108.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
347.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
