Skills Plugins MCP Prompt Model 博客 我的中心

i18n

Use for user-facing strings and react-i18next locale keys, namespaces, interpolation, translations or bun run i18n.

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=lobehub-lobehub-agents-skills-i18n-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name i18n description Use for user-facing strings and react-i18next locale keys, namespaces, interpolation, translations or bun run i18n. user-invocable false LobeHub Internationalization Guide Default language: English (en-US) Framework: react-i18next Only edit files in packages/locales/src/default/ - Never edit JSON files in locales/ (except hand-written en-US/zh-CN previews) Leave generated locales to the daily auto-i18n.yml workflow by default; run bun run i18n manually only when they are needed immediately Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , }; // ❌ Avoid nested objects export default { alert : { cloud : { action : '...' } }, }; Patterns: {feature}.{context}.{action|status} Parameters: Use {{variableName}} syntax 'alert.cloud.desc' : '我们提供 {{credit}} 额度积分' , Avoid key conflicts: // ❌ Conflict 'clientDB.solve' : '自助解决' , 'clientDB.solve.backup.title' : '数据备份' , // ✅ Solution 'clientDB.solve.action' : '自助解决' , 'clientDB.solve.backup.title' : '数据备份' , Workflow Add keys to packages/locales/src/default/{namespace}.ts Export new namespace in packages/locales/src/default/index.ts For dev preview: manually translate locales/zh-CN/{namespace}.json and locales/en-US/{namespace}.json Leave all other locales to .github/workflows/auto-i18n.yml , which runs daily and opens an automated translation PR Run bun run i18n manually only when the branch needs those translations immediately; it is slow and requires OPENAI_API_KEY Usage import { useTranslation } from 'react-i18next' ; const { t } = useTranslation ( 'common' ); t ( 'newFeature.title' ); t ( 'alert.cloud.desc' , { credit : '1000' }); // Multiple namespaces const { t } = useTranslation ([ 'common' , 'chat' ]); t ( 'common:save' ); Common Namespaces 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
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。