我在我的 ROR 应用程序中安装了 Colorbox。但我需要本地化。在脚本中我有:
文件 images.js.coffee
$(document).ready ->
$(".group1").colorbox({rel:'group1',
transition:"none", maxWidth:"85%", maxHeight:"85%",
current: "{current} <%= t('views.image.of') %> {total}"})
其中 {current} 是当前图像,{total} 是总图像。
如何从 yml 文件(app/config/locales/**.yml)粘贴数据?