Giter Site home page Giter Site logo

i18ntool's Introduction

NodeJS处理国际化

国际化具体步骤

  1. 提取代码中全量的中文,并生成资源文件。
  2. 开发过程中,新增了中文,需要提取出来,供翻译。翻译完成后合并到资源文件。
  3. 开发完成, 将项目代码中的中文全部替换成变量,然后打包发布。

start

安装依赖:

npm install

运行

提取代码中所有的的中文,并生成资源文件(/zh /en)

node forBegin.js

开发过程中(提取全部中文,并对比,生成增量资源/inResource)

node forDev.js

开发完成(替换中文, 生成src_translate

node forBuild.js

note

为方便正则匹配,应规范中文书写:

  • 中文需要加英文双引号,比如:
"这里是中文"
  • 中文下在jsx中需要加{},比如:
<p>{"这里是中文"}</p>
  • 考虑正则匹配的准确性,请将中文尽可能的单独一行

i18ntool's People

Contributors

goldeli avatar

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.