PoParser:Ruby PO文件解析器,编辑器和生成器。 PO文件是由GNUGettext工具生成的翻译文件

时间:2024-06-17 19:27:29
【文件属性】:

文件名称:PoParser:Ruby PO文件解析器,编辑器和生成器。 PO文件是由GNUGettext工具生成的翻译文件

文件大小:59KB

文件格式:ZIP

更新时间:2024-06-17 19:27:29

ruby parser gettext po Ruby

PoParser Ruby PO文件解析器,编辑器和生成器。 PO文件是由GNU / Gettext工具生成的翻译文件。 该GEM与兼容。 向报告错误行为和错误。 安装 将此行添加到您的应用程序的Gemfile中: gem 'PoParser' 然后执行: $ bundle install 或者全局安装: $ gem install PoParser 用法 使用 GEM 非常简单: require 'poparser' content = File . read ( 'example.po' ) po = PoParser . parse ( content ) # => # Or you could pass a file path: p


【文件预览】:
PoParser-master
----Rakefile(2KB)
----.github()
--------workflows()
----test()
--------benchmark_small.po(757B)
--------complex_entry.po(371B)
--------escape_string.txt(171B)
--------benchmark.po(40KB)
----.rubocop.yml(865B)
----Gemfile(383B)
----poparser.gemspec(1KB)
----.rspec(43B)
----spec()
--------poparser()
--------spec_helper.rb(1KB)
----.gitignore(184B)
----CHANGELOG.md(3KB)
----lib()
--------poparser.rb(848B)
--------poparser()
----CODE_OF_CONDUCT.md(3KB)
----README.md(6KB)
----LICENSE.txt(1KB)

网友评论