0.1.0 • Published 5 years ago

com.railek.unilocalize v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

🈯 Unilocalize

Localization tool for Unity that translates exclusively using a CSV file.

Install from NPM

  • Navigate to the Packages directory of your project.
  • Adjust the project manifest file manifest.json in a text editor.
  • Ensure https://registry.npmjs.org/ is part of scopedRegistries.
    • Ensure com.railek is part of scopes.
    • Add com.railek.unilocalize to the dependencies, stating the latest version.

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.