gpt4 book ai didi

ruby-on-rails - 如何设置存储单元 `number_to_human_size` 的 yml 文件格式

转载 作者:数据小太阳 更新时间:2023-10-29 08:33:08 26 4
gpt4 key购买 nike

下面的代码是 number_to_human_size 的正确格式吗?我将它们放在五个 [en:, es:, de:, it:, fr:] .yml 文件下。

storage_units:
format: "%n %u"
units:
byte:
one: "Byte"
other: "Bytes"
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"

我有以下引用

<%= number_to_human_size(@game.downloadsize, :precision => 2, :locale=>I18n.locale) %>

我收到错误消息:

can not load translations from C:/Documents and Settings/rajg/antixdiscoveraws/config/locales/de.yml, expected it to return a hash, but does not

非常感谢任何帮助。

最佳答案

尝试缩进格式:

storage_units:
format: "%n %u"
units:
byte:
one: "Byte"
other: "Bytes"
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"

关于ruby-on-rails - 如何设置存储单元 `number_to_human_size` 的 yml 文件格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13624563/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com