Translation Widget - a Translation Integration Right in Roblox Studio

Link: Translation Widget - Roblox

As I was translating my game last week, I put together a rather simple but useful translator plugin in the form of a widget. Needless to say, it helped the process quite a bit. Now I want to share this for those looking at translation for their games.

Features:

  • Live translation as you type (similar to Google Translate’s behavior).
  • Select text-based objects in explorer and translate them instantaneously.
  • Support for LocalizationTables (text-based objects translated are automatically registered into a LocalizationTable with a unique key shown in Output). [ Entries are only logged for supported languages by Roblox ]

Screenshots:
image

image

Disclaimer:
Please do keep in mind that my plugin uses Google Translate. If you plan on translating a game that may be popular, I recommend actually getting someone to accurately translate or review most of your game’s text for you. Also, since this plugin issues web requests, you must enable HTTP requests in your game’s settings to use it.

6 Likes