new-ospgl icon indicating copy to clipboard operation
new-ospgl copied to clipboard

Localize any user-facing non-localized strings

Open tatjam opened this issue 2 years ago • 0 comments

This doesn't include terminal debug messages, only strings shown to the user via GUI.

The process is simple:

  • Find a bare string in the source code that is used in the GUI
  • Write an entry for it in core:locale.lua
  • Load the localized string using the GameDatabase functioons

tatjam avatar Aug 26 '23 16:08 tatjam