Skip to main content
Back to the directory
lobehub/lobehubSoftware EngineeringFrontend and Design

i18n

Internationalization setup for React apps using react-i18next with flat dot-notation keys.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
938

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/lobehub/lobehub --skill i18n
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, i18n has 938 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: lobehub/lobehub. Canonical URL: https://skills.sh/lobehub/lobehub/i18n.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Internationalization setup for React apps using react-i18next with flat dot-notation keys. Flat keys with dot notation (not nested objects): Patterns: {feature}.{context}.{action|status} Parameters: Use {{variableName}} syntax Avoid key conflicts: Most used: common (shared UI), chat (chat features), setting (settings) Others: auth, changelog, components, discover, editor, electron, error, file, hotkey, knowledgeBase, memory, models, plugin, portal, providers, tool, topic - Use flat key structure with dot notation (e.g., feature.context.action ) in src/locales/default/ files; never edit JSON files in locales/ - Support dynamic parameters via {{variableName}} syntax and access translations in components with useTranslation() hook - Run pnpm i18n to auto-generate translations for all languages; manually translate zh-CN and en-US files for dev preview - Common namespaces include common , chat , and setting ; avoid key conflicts by ensuring parent keys don't duplicate child key prefixes - Default language: English (en-US) - Framework: react-i18next - Only edit files in src/locales/default/ - Never edit JSON files in locales/ - Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) - Add keys to src/locales/default/{namespace}.ts - Export new namespace in src/locales/default/index.ts - For dev preview: manually translate...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does i18n do?

Internationalization setup for React apps using react-i18next with flat dot-notation keys.

Is i18n good?

i18n does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support i18n?

i18n currently lists compatibility with Skills CLI.

Is i18n safe to install?

i18n has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to i18n?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install i18n?

Run the following command to install i18n: npx skills add https://github.com/lobehub/lobehub --skill i18n

Related skills

More from lobehub/lobehub

Related skills

Alternatives in Software Engineering