Is it possible to use metasite translations in my game, to avoid making people translate the same text again? I am using the following to get string from BGA main site and it works. The game shows the translated text (I tested with Danish language):
However, BGA translation system incorrectly shows this as a string specifically for Santorini game. The community should not be asked to provide a translation here (it would not be used anyway).
Code: Select all
var resetCameraBlock = this.format_block('jstpl_resetCamera', {
camera: _('Camera'),
reset: __('lang_mainsite', 'Reset to default'),
});
However, BGA translation system incorrectly shows this as a string specifically for Santorini game. The community should not be asked to provide a translation here (it would not be used anyway).