授权协议: MIT
开发语言: JavaScript
操作系统: Android
软件介绍
NativeLang 是 NativeScript 的国际化插件。
创建文件:├── app
│ ├── App_Resources
│ │ └── ...
│ ├── tns_modules
│ │ └── ...
│ ├── app.css
│ ├── app.js
│ ├── main-page.js
│ ├── main-page.xml
│ ├── main-view-model.js
│ ├── node_modules
│ │ └── nativelang
│ │ └── ...
│ └── package.json
└── platforms
├── android
│ └── res
│ ├── values
│ | └── strings.xml
│ ├── values-es
│ | └── strings.xml
│ └── values-fr
│ └── strings.xml
└── ios
文件:
Example 1
Other
... More strings
Ejemplo 1
Otro
... Y mas cadenas
使用:
app/app.jsGLOBAL.L = require( "./node_modules/nativelang/lib" )();
xml