登录 注册
当前位置:主页 > 资源下载 > 5 > Elixir的国际化库(由语言学家提供)

Elixir的国际化库(由语言学家提供)

  • 更新:2024-10-06 12:30:26
  • 大小:17KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

语言学家 语言学家是一个简单的Elixir国际化库 用法 defmodule I18n do use Linguist . Vocabulary locale " en " , [ flash: [ notice: [ hello: " hello %{first} %{last} " , bye: " bye now, %{name}! " ] ], users: [ title: " Users " , profiles: [ title: " Profiles " , ] ] ] locale " fr " , Path . join ([ __DIR__ , " fr.exs " ]) end # fr.exs [ flas