RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
252 stars 139 forks source link

Game localization #1393

Closed cosmiccoincidence closed 2 weeks ago

cosmiccoincidence commented 9 months ago

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

cosmiccoincidence commented 9 months ago

This link was saved from our idea board: https://github.com/blushingpenguin/Fluent.Net

It may or may not be useful.