0.1.0 • Published 5 years ago
com.railek.unilocalize v0.1.0
🈯 Unilocalize
Localization tool for Unity that translates exclusively using a CSV file.
Install from NPM
- Navigate to the Packagesdirectory of your project.
- Adjust the project manifest file manifest.jsonin a text editor.
- Ensure https://registry.npmjs.org/is part ofscopedRegistries.- Ensure com.railekis part ofscopes.
- Add com.railek.unilocalizeto thedependencies, stating the latest version.
 
- Ensure 
Please note that the version X.Y.Z as stated below is to be replaced with the latest version.
{
  "scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.railek"
      ]
    }
  ],
  "dependencies": {
    "com.railek.unilocalize": "X.Y.Z",
    ...
  }
}License
This project is licensed under the MIT license, Copyright (c) 2020 Railek. For more information see LICENSE.
0.1.0
5 years ago