simple_captcha中的“翻译缺失”
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了simple_captcha中的“翻译缺失”相关的知识,希望对你有一定的参考价值。
我有一些错误,当您查看此页面时 ,在您输入验证码的框中,它显示“缺少翻译”。 我环顾四周,注意到它可能与i18n或闪光有关,但我不确定,到目前为止我发现的两件事都没有效果。 谁能够引导我朝着正确的方向前进?
将以下内容添加到应用程序的翻译文件中(例如myapp / config / locales / en.yml):
en:
simple_captcha:
placeholder: "Enter the image value"
label: "Enter the code in the box:"
message:
default: "Secret Code did not match with the Image"
user: "The secret Image and code were different"
从这里的文档:
https://github.com/pludoni/simple-captcha#i18n
有关rails国际化(i18n)的更多信息:
http://guides.rubyonrails.org/i18n.html
直接在视图中设置属性:
<%= f.simple_captcha(:label => "", :placeholder => "Enter text", :refresh_button_text => "Refresh text") %>
以上是关于simple_captcha中的“翻译缺失”的主要内容,如果未能解决你的问题,请参考以下文章
背水一战 Windows 10 (76) - 控件(控件基类): Control - 基础知识, 焦点相关, 运行时获取 ControlTemplate 和 DataTemplate 中的元素(代码片
Android 逆向整体加固脱壳 ( DEX 优化流程分析 | dvmDexFileOpenPartial | dexFileParse | 脱壳点 | 获取 dex 文件在内存中的首地址 )(代码片
Android 逆向Android 进程注入工具开发 ( 注入代码分析 | 远程调用 目标进程中 libc.so 动态库中的 mmap 函数 二 | 准备参数 | 远程调用 mmap 函数 )(代码片
Android 返回堆栈管理打印 Android 中当前运行的 Activity 任务栈信息 | Activity 任务栈信息分析 | Activity 在相同 Stack 中的不同 Task(代码片
找不到模块:无法解析'C: Users test counter-app src'中的'bootstrap / dist / css / bootstrap.cs(代码片