为什么我翻译不了这个词?
配置/区域设置/pt-BR.yml
pt-BR:
testing:
off: 'Desligado'
offff: 'Test'
Run Code Online (Sandbox Code Playgroud)
导轨控制台
> I18n.t 'testing.offff'
=> "Test"
> I18n.t 'testing.off'
=> "translation missing: pt-BR.testing.off"
Run Code Online (Sandbox Code Playgroud)