Unity-Technologies / UnityPlayground

A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
MIT License
856 stars 163 forks source link

Ability to add localization #28

Open hakankaraduman opened 5 years ago

hakankaraduman commented 5 years ago

Hi, I want to use this project to help people in my town to learn video game development but the language is a big barrier. Is it possible to build some foundation for it to support translation? I want to translate all the components and their variables/options to turkish and teach the kids that way.

Thanks

StefanoCecere commented 5 years ago

i guess you should fork the repository and translate it.

pjc0247 commented 5 years ago

'Fork and translate' and 'Ability to add localization' is pretty different though.

MeikelLP commented 5 years ago

Hey @hakankaraduman, @StefanoCecere and @pjc0247

I just made a fork of Playground and made it fully translatable (even the UI). Please look into our fork. It uses an online translation build from markdown files which should please the developers.

https://github.com/NeosIT/UnityPlayground

I use this for german workshops with kids so english is hard for them. Feel free to contact me or give feedback.