dot.case 转换器
把短语转换成点号分隔的小写命名。
0 字符数 · 0 单词数 · 0 行数
关于dot.case 转换器
dot.case 用点号连接小写单词:"user profile settings" 变成 user.profile.settings。它是命名空间键的天然格式 —— i18n 翻译 ID、嵌套配置路径、billing.invoices.read 这样的权限串和功能开关名。
粘贴标签或 camelCase 标识符,点号版本即时出现。分词器能识别下划线、连字符和大小写边界,userProfileSettings 会干净地变成 user.profile.settings。
使用方法
- 1粘贴标签、翻译键或任意格式的标识符。
- 2dot.case 版本即时出现 —— 小写单词用点号相连。
- 3复制到你的 i18n 文件、配置路径或权限定义里。