文件名称:poeditor-cli:POEditor CLI
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-20 20:30:20
ruby i18n cli babel tools
poeditor-cli 命令行应用程序。 产品特点 :books: 直接将翻译文件从POEditor导出到项目目录 :game_die: 动态映射翻译目录 :red_apple: 用%@替换Apple字符串的%s :package: 我们在产品中使用它 安装 $ [sudo] gem install poeditor-cli 用法 单个命令几乎可以为您完成所有任务。 $ poeditor pull 在执行此操作之前,您必须创建一个poeditor.yml文件。 这是poeditor-cli的配置文件。 这是一个示例poeditor.yml : api_key : YOUR_API_KEY project_id : PROJECT_ID type : apple_strings tags : [ios] languages : [en, ko, ja, zh-Hans, zh-Hant, fr, es] language_alias : zh : zh-Hans path : Resources/{LANGUAGE}.lproj/Localizable.string
【文件预览】:
poeditor-cli-master
----.gitignore(1KB)
----codecov.yml(21B)
----Makefile(260B)
----poeditor-cli.gemspec(672B)
----bin()
--------poeditor(69B)
----.travis.yml(82B)
----LICENSE(1KB)
----README.md(4KB)
----lib()
--------poeditor.rb(591B)
--------poeditor()
----Gemfile(348B)
----Rakefile(115B)
----test()
--------test_core.rb(3KB)
--------test.rb(1KB)
--------helper.rb(139B)
----Gemfile.lock(717B)