文件名称:elm-i18next:从i18next JSON文件生成Elm代码
文件大小:12KB
文件格式:ZIP
更新时间:2024-03-26 18:14:23
i18n translations elm i18next Elm
:warning: 工作正在进行中 :warning: elm-i18next 从i18next JSON文件生成Elm。 安装 npm install @marreman/elm-i18next 使用 给定一个具有以下内容的JSON文件english.json 。 { " hello " : " Hello, World! " } 使用默认选项从JSON文件生成Elm。 elm-i18next < ./english.json 这将创建一个具有以下内容的文件src/Text.elm 。 module Text exposing (..) hello : String hello = " Hello, World! 请查看更以了解更多信息。 开发 该项目具有以下依赖关系(更高版本可能会起作用)。 榆木:0.19.1 elm-test:0.19.1-revision6 节点:v14.16.0
【文件预览】:
elm-i18next-main
----bin()
--------elm-i18next(827B)
----example()
--------elm.json(517B)
--------src()
--------build.sh(272B)
--------i18next.json(311B)
----elm.json(1KB)
----package.json(661B)
----shell.nix(272B)
----tests()
--------ElmTests.elm(5KB)
--------TextTests.elm(4KB)
--------Helper.elm(816B)
----package-lock.json(84B)
----src()
--------Elm.elm(4KB)
--------Collection.elm(507B)
--------Text.elm(2KB)
--------Program.elm(2KB)
----.gitignore(40B)
----Makefile(288B)
----README.md(824B)