You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension eases localizing games into up to 5 languages by adding translations to the text as behavior strings.
How to use the extension
Behaviors:
Localizable text: to localize texts into up to 5 languages in addition with the scene (default) language. Localizable button: to localize button labels into up to 5 languages in addition with the scene (default) language. Localizable BBText: to localize BBtext codes into up to 5 languages in addition with the scene (default) language.
Behavior actions:
Localize to a language: to localize an object (group) to the selected language.
Options: default, 1st, 2nd, 3rd, 4th and 5th.
Behavior expressions:
Text.LocalizableText::Translation(): to get the text language string of the Text. Button.LocalizableButton::Transaltion(): to get the button language label of the Button. BBText.LocalizableBBText::Transaltion(): to get the BBText language code of the BBText.
👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏
Hi @EyadMahm0ud! 👋 This submission has passed all required tests, and has been moved to a PR as part of our submission pipeline. You can see the progress of your submission on this page. Community submissions are not reviewed by default, so your extension should be added once we've checked that your submission doesn't contain malicious code without further intervention on your part. If you wish for your extension to be reviewed (and thereby moved to the list of reviewed extensions), please follow the instructions written on the README. Thanks again for your contribution to GDevelop!
Description
This extension eases localizing games into up to 5 languages by adding translations to the text as behavior strings.
How to use the extension
Behaviors:
Localizable text: to localize texts into up to 5 languages in addition with the scene (default) language.
Localizable button: to localize button labels into up to 5 languages in addition with the scene (default) language.
Localizable BBText: to localize BBtext codes into up to 5 languages in addition with the scene (default) language.
Behavior actions:
Localize to a language: to localize an object (group) to the selected language.
Options:
default
,1st
,2nd
,3rd
,4th
and5th
.Behavior expressions:
Text.LocalizableText::Translation()
: to get the text language string of theText
.Button.LocalizableButton::Transaltion()
: to get the button language label of theButton
.BBText.LocalizableBBText::Transaltion()
: to get the BBText language code of theBBText
.Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
Example.zip
Extension file
Internationalization.zip
The text was updated successfully, but these errors were encountered: