Giter VIP home page Giter VIP logo

localizationsettingbundle's Introduction

使用说明

克隆,编译

命令行运行程序

command: bStrings [-o out] [src] [-a]

-o : 指明输出文件

out: 如果是文件,所有plist中提取的字符串都将存放到这个文件中。

  如果是文件夹,每个plist的字符串提取到文件夹中对应的文件里面(对应的文件会自动创建)。

  如果out地址不存在,则指向当前目录。

src 指向需要国际化的plist文件或存放这些plist文件的目录。不存在的话指向当前目录。

-a: 追加模式,如果输出文件已经存在,那么新内容添加在结尾。否则就是清空在写。

注意:plist 特指Setting.bundle里面的plist文件。

How to use

clone and build

run the binary file use follow command

command: bStrings [-o out] [src] [-a]

-o : point to the file which will store the string we pick up

out: if is a file, string picked up from any plist file will put in it.

   if is a foldar,every plist will have a corresponding file in the foldar(app will create one if it not exist)

if the address is not exist,it will point to current folder.

src point to a plist file of Setting.bundle or a foldar that store some that kind plist.

if the address is not exist,it will point to current folder.

-a: append mode,if the output file is already exist,the new content will append at the end of the file.Not sign this,the exist file will empty old content.

Notice:plist is special mean the plist files in Setting.bundle.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.