بنقرة واحدة
add-language
Add or update ARB localization (English + Arabic) for the portfolio.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Add or update ARB localization (English + Arabic) for the portfolio.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add or change an HTTP integration in the portfolio (usually Dio + remote datasource). This app has no generic ApiClient; mirror the contact form pattern.
Scaffold a new portfolio feature (data / domain / presentation), wire GetIt, routing, and ARB strings. Use for new sections or major UI areas.
| name | add-language |
| description | Add or update ARB localization (English + Arabic) for the portfolio. |
Context: ARB files live at
lib/l10n/app_en.arbandlib/l10n/app_ar.arb(seel10n.yaml).
lib/l10n/app_en.arb.lib/l10n/app_ar.arb.flutter gen-l10n.AppLocalizations / project helpers (see existing widgets for the preferred access pattern).lib/l10n/app_<locale>.arb with the same keys as English.l10n.yaml and lib/app.dart supportedLocales / delegates as needed.flutter gen-l10n.camelCase and consistent across all ARB files.Update tech_readme_files/03_Content_And_L10n/DATA_AND_LOCALIZATION.md if you change workflow; add a line to CHANGELOG.md for meaningful copy or locale additions.