dragoon0x/everything-design-taste

internationalization-patterns

Designing for global audiences, cultural considerations, and international UX.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill internationalization-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,428 B
  • docs SUMMARY.md 115 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Internationalization Patterns

Text Direction

  • LTR: English, French, German, Hindi, Chinese, Japanese
  • RTL: Arabic, Hebrew, Persian, Urdu
  • Use dir="auto" for user-generated content
  • Test with mirrored layout for RTL

Currency & Numbers

Region Number Currency
US/UK 1,234.56 $1,234.56
EU 1.234,56 1.234,56 EUR
India 1,23,456.78 ₹1,23,456.78
Japan 1234 ¥1,234

Date & Time

Region Date Time
US 04/11/2026 3:45 PM
EU 11/04/2026 15:45
ISO 2026-04-11 15:45:00

When ambiguous, use named months: 11 Apr 2026

Cultural Considerations

  • Names: don't assume first/last name structure
  • Addresses: format varies wildly by country
  • Phone numbers: different lengths and formats
  • Colors: meaning varies by culture (white = mourning in some Asian cultures)
  • Imagery: gestures, symbols, and scenarios that are universal vs. local

Design System Impact

  • Build components that handle text expansion (German is 30% longer)
  • Test with long words (German compound nouns)
  • Font stacks with CJK fallbacks
  • Icon metaphors that work globally (not US-centric)