localer:自动检测缺少的I18n转换工具

时间:2024-02-21 18:54:07
【文件属性】:

文件名称:localer:自动检测缺少的I18n转换工具

文件大小:36KB

文件格式:ZIP

更新时间:2024-02-21 18:54:07

ruby i18n gem dependency-analysis cli-app

Localer是一种自动检测丢失的I18n翻译的工具。 目的是保持翻译的完整性。 Localer解析并合并所有应用程序语言环境的键。 在下一步中,它将在计算出的键中搜索缺少的翻译。 安装 将此行添加到您的应用程序的Gemfile中: gem 'localer' 然后执行: $ bundle 或自己安装为: $ gem install localer 用法 在Rails应用程序的根目录中,运行: $ localer check . 或特定的Rails路径: $ localer check /path/to/rails/application CI整合 Localer易于集成到您喜欢的CI工作流程中: # .travis.yml # other configuration options script : - bundle exec bundle-audit - bundle exec rubocop - bundle exec rspec - bundle exec localer 要么 # Rakefile # other requirements r


【文件预览】:
localer-master
----.travis.yml(412B)
----features()
--------locale_option.feature(997B)
--------simple.feature(1KB)
--------support()
--------missing_app.feature(415B)
--------step_definitions()
--------real_locales.feature(280B)
--------global_exclude.feature(630B)
----bin()
--------localer(1011B)
----Rakefile(325B)
----gemfiles()
--------rails51.gemfile.lock(5KB)
--------rails52.gemfile(114B)
--------rails50.gemfile(114B)
--------rails51.gemfile(114B)
--------rails52.gemfile.lock(5KB)
--------rails60.gemfile.lock(5KB)
--------rails60.gemfile(114B)
--------rails50.gemfile.lock(5KB)
----_config.yml(28B)
----.rubocop.yml(1KB)
----Appraisals(203B)
----Gemfile(162B)
----Gemfile.lock(2KB)
----localer.gemspec(1KB)
----.rspec(53B)
----spec()
--------dummy_app()
--------localer_spec.rb(141B)
--------spec_helper.rb(272B)
----.gitignore(151B)
----lib()
--------localer.rb(575B)
--------localer()
----CODE_OF_CONDUCT.md(3KB)
----README.md(4KB)
----LICENSE.txt(1KB)

网友评论