i18n-ally配置支持flutter

463 阅读1分钟

效果

WX20221116-182343.png

配置 settings.json

{
  "i18n-ally.localesPaths": ["assets/locales"],
  "i18n-ally.enabledParsers": ["json"],
  "i18n-ally.displayLanguage": "zh-CN",
  "i18n-ally.enabledFrameworks": ["flutter"],
  "i18n-ally.regex.usageMatch": [
   "(?:['|\"]\\w.*?['|\"]:\\s*)?['|\"](\\w.*?)['|\"]\\s*(.tr|.trArgs|.trPlural|.trParams|.trPluralParams)"
  ],
  "i18n-ally.keystyle": "nested"
}

再推荐一个google sheet多语言工具库: i18n-toolkit 使用在线表格维护多语言