Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This project uses CrowdIn to manage language packs.

Image Added

Introduction

Rogō includes a language abstraction layer which makes it possible to translate user interface text without editing core code. The way this works is by using arrays which hold the strings (words) used. So for example instead of hard-coding 'OK' onto a button, instead the button uses the 'OK' element of the language array. When the array is switched to a different language the text the button uses will change.

...