`
ZoOL
  • 浏览: 30333 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

I18n的human_attribute_name方法

阅读更多

当使用I18n配置mode时, 可以用yml配置'zh-CN':

  activerecord:
    models:
      user: "用户"
    attributes:
      user:
        username: "用户名"
        email: "邮箱"
        password: "密码"

 

因此在form_for里的

 

f.label :username

 

便会自动转化为 用户名

 

那在其他views要使用I18n呢? 很简单, 使用  User.human_attribute_name(:username), 就可以获得  用户名 

2
0
分享到:
评论

相关推荐

    __attribute__ - NSHipster.pdf

    因此,__attribute__ 成为了 GCC 编译器中一种可靠的指定特性的方法。 __attribute__ 编译器指令是 C 语言和 Objective-C 语言中的一种重要特性。它可以帮助开发者指定变量或函数的特性,从而提高代码的可读性和可...

    GCC的__attribute__扩展功能

    例如,__attribute__((format(printf,m,n)))可以使编译器检查函数声明和函数实际调用参数之间的格式化字符串是否匹配。 __attribute__ format __attribute__ format 属性可以给被声明的函数加上类似 printf 或者 ...

    __attribute__

    ### __attribute__ 在 C 语言中的使用方法 #### 一、引言 在 C 语言中,`__attribute__` 是 GNU 编译器集合 (GCC) 的一个扩展特性,它允许开发人员向函数、变量或类型添加元数据,从而增强编译时的错误检查能力并...

    GNU_CC中的attribute

    比如,`__attribute__((format(printf, m, n)))`是一个用于检查函数参数是否匹配printf样式的属性。这个属性告诉编译器,函数的第`m`个参数应该是格式字符串,而从第`n`个参数开始,后面的参数应按照该格式字符串的...

    attribute详细介绍

    `__attribute__((format(printf, m, n)))` 是一个非常有用的属性,它可以确保格式字符串参数的正确性,并帮助开发者避免常见的编程错误。例如,在使用`printf`或`scanf`等函数时,可以通过指定格式字符串参数的索引...

    attribute_用法_section_部分.doc

    attribute_用法_section_部分.doc

    product_attribute_grid_1-1-1.zip

    此时,"product_attribute_grid_1-1-1.zip" 插件应运而生,它是一个专门针对Zencart设计的多属性零售批发插件,极大地提升了商品管理和销售效率。 此插件的核心功能是提供了一个属性网格系统,使商家能够更直观、更...

    Magento 1.8版本下eav模型demo

    此代码仅供参考没有后台管理表格1.8版本下可用 ...2.eav_attribute,eav_attribute_group,eav_attribute_set,eav_entity_attribute,eav_entity_type 每个表多一条数据。 作者网站:http://www.sharpmagento.com/

    AttributeQuery.rar_AttributeQuery_arcgis

    本资源"AttributeQuery.rar_AttributeQuery_arcgis"提供了一种实现这一功能的方法,包括点选、框选以及高亮显示等多种交互方式,以增强用户对数据的理解和分析。 点选是GIS中常用的一种选择方法,用户可以通过点击...

    attributeQuery.rar_AttributeQuery

    "attributeQuery.rar_AttributeQuery" 提供的资源是关于如何利用ArcGIS Engine (AE) 和C#编程语言实现一个特定类型的查询——框选要素并弹出其属性值的查询功能。这个功能对地图数据的分析和应用非常实用,尤其在...

    stock_by_attribute_1.5.3.zip

    zencart stock_by_attribute_1.5.3按属性购买,球衣电商网站常用的。This add-on is based on a Zen Cart contribution by dafonz (products_with_attributes_stock), which was adapted by danielcor for Zen Cart ...

    rsl.rar_RSL Matlab_attribute reduction_rsl

    在标签中,“rsl__matlab”表明这是RSL算法与MATLAB的结合应用,“attribute_reduction”进一步确认了这是关于特征选择的讨论,“rsl”再次强调了与RSL方法的相关性。压缩包中的唯一文件名“rsl”可能是代码库的主...

    对于图像属性数据集的分类(SVM,MLP)_Attribute_classfication.zip

    对于图像属性数据集的分类(SVM,MLP)_Attribute_classfication

    Python库 | easy_module_attribute_getter-0.9.13-py3-none-any.whl

    资源分类:Python库 所属语言:Python 资源全名:easy_module_attribute_getter-0.9.13-py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    Python库 | trytond_product_attribute-4.6.0-py3-none-any.whl

    python库,解压后可用。 资源全名:trytond_product_attribute-4.6.0-py3-none-any.whl

    Python库 | easy_module_attribute_getter-0.9.11-py3-none-any.whl

    资源分类:Python库 所属语言:Python 资源全名:easy_module_attribute_getter-0.9.11-py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    PyPI 官网下载 | trytond_product_attribute-4.6.0-py3-none-any.whl

    资源来自pypi官网。 资源全名:trytond_product_attribute-4.6.0-py3-none-any.whl

    获取封装类的私有属性

    raise AttributeError(f"'{self.__class__.__name__}' object has no attribute '{name}'") def __setattr__(self, name, value): if name == "__private_attribute": self._MyClass__private_attribute = ...

    PyPI 官网下载 | trytond_product_attribute-4.8.1-py3-none-any.whl

    资源来自pypi官网。 资源全名:trytond_product_attribute-4.8.1-py3-none-any.whl

Global site tag (gtag.js) - Google Analytics