Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New extension: Internationalization #1062

Closed
3 tasks done
EyadMahm0ud opened this issue Oct 19, 2023 · 3 comments
Closed
3 tasks done

New extension: Internationalization #1062

EyadMahm0ud opened this issue Oct 19, 2023 · 3 comments
Labels
✨ New extension A new extension

Comments

@EyadMahm0ud
Copy link

EyadMahm0ud commented Oct 19, 2023

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 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.

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

Example.zip

Extension file

Internationalization.zip

@EyadMahm0ud EyadMahm0ud added the ✨ New extension A new extension label Oct 19, 2023
@github-actions
Copy link
Contributor

👋 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 🙏

@EyadMahm0ud
Copy link
Author

i18n is a real abbreviation, anyway...

@github-actions
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New extension A new extension
Projects
None yet
Development

No branches or pull requests

1 participant