SS3D
SS3D copied to clipboard
Game localization
Summary
Implement localization.
Goal
The goal is for a user setting to change the language of all the text in the game.
We will use something automated (like Google Translate) as our primary translation method. But allow for a manual overwrite in some way to allow natives of certain languages improve the lower quality auto-translations.
The system should be flexible enough to work on any in-game UI, input fields on prefabs, even eventually our server hub.
Context
We had a partially working localization system in a PR for the Examine system. This got removed prior to merge. Using this will make the job easier.
#1289
This link was saved from our idea board: https://github.com/blushingpenguin/Fluent.Net
It may or may not be useful.