https://github.com/redmooner/unity-game-localization-json
https://github.com/redmooner/unity-game-localization-json
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redmooner/unity-game-localization-json
- Owner: RedMooner
- Created: 2020-08-21T07:35:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T07:54:05.000Z (almost 6 years ago)
- Last Synced: 2025-02-27T20:38:23.305Z (over 1 year ago)
- Language: C#
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity-Game-Localization-json
Need a translation for the game ? solutions for you Configure the text in the scene and add localization in the json file!

- 1 - имя (не обязательно)
- 2- текст для перевода
- 3 - id в файле json
# JSON
```
{
"language" : "en_US",
"Shop_Button" : [ "Shop" ,
"Save"
],
"keys" : [ "0",
"1",
]
}
```
keys : 0 = Shop , 1 = Save
keys are configured in unity