An open API service indexing awesome lists of open source software.

https://github.com/jasonxudeveloper/jengine.localization

Localization package for JEngine. JEngine框架的多语言Localization扩展包。
https://github.com/jasonxudeveloper/jengine.localization

Last synced: 3 months ago
JSON representation

Localization package for JEngine. JEngine框架的多语言Localization扩展包。

Awesome Lists containing this project

README

        

# JEngine.Localization
Localization package for [JEngine](https://github.com/JasonXuDeveloper/JEngine).

[JEngine](https://github.com/JasonXuDeveloper/JEngine)框架的多语言Localization扩展包。

## Important

This repo is only compatible with [JEngine](https://github.com/JasonXuDeveloper/JEngine) repo, otherwise it may not be able to compile or to execute.

该仓库仅与[JEngine](https://github.com/JasonXuDeveloper/JEngine)兼容,否则将无法编译或运行。

## What is this

This is an additional package for JEngine framework, which provides localization for unity games. It provides the ability to ```load localized string from the config```, or to ```automatically set UGUI.Text's text with localized string```.

这是JEngine框架的额外扩展,对Unity游戏提供了多语言功能。提供了```加载配置表内的多语言字符串```、以及```自动对UGUI.Text的text进行设置当前指定语言的配置表内配的字符串```

## How to use

Please install [JEngine](https://github.com/JasonXuDeveloper/JEngine) (at least v0.8.0), then download this repo, finally move the repo directory into JEngine project's ```Assets/Dependencies``` path.

Alternatively, you can use ```JEngine Package Manager``` to install.

Move ```Runtime/Localization.csv``` to ```Assets/HotUpdateResources/TextAsset/Localization.csv```.

Refer JEngine's documentation for further usage.

请安装[JEngine](https://github.com/JasonXuDeveloper/JEngine)(至少v0.8.0),然后下载本仓库,接着将本仓库的文件夹移动到JEngine工程内的```Assets/Dependencies```目录下。

或者,你可以使用```JEngine Package Manager```来安装。

移动 ```Runtime/Localization.csv``` 到 ```Assets/HotUpdateResources/TextAsset/Localization.csv```.

参考JEngine的文档以继续