【发布时间】:2022-07-05 11:08:57
【问题描述】:
我的 Flutter 项目中有一个 .arb 文件来处理国际化
{
"@@locale": "en",
"play": "Play",
"@play": {
"description": "Text displayed on the landing page play button"
},
"howToPlay": "How to Play",
"@howToPlay": {
"description": "Text displayed on the landing page how to play button"
}
}
我想用其他语言自动生成/自动翻译这个 .arb 文件,因为在 VsCode 中手动编辑的过程很长
是否有任何工具可用于此或颤振/飞镖包?
【问题讨论】:
标签: flutter dart internationalization