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

Add full support for Arabic locale (ar-SA) #233

Open
tydonelson opened this issue Feb 3, 2023 · 0 comments
Open

Add full support for Arabic locale (ar-SA) #233

tydonelson opened this issue Feb 3, 2023 · 0 comments

Comments

@tydonelson
Copy link
Contributor

The Arabic locale (ar-SA) is missing from a few locale menus in the extension. These should be added to support Arabic skill building and simulation in the extension.

Initial proposed changes from Faisal Banaeamah:

The changes are simply to add Arabic (SA) locale to the following places:

In Toolkit UI, Skills -> Interaction model -> Download

  • Edit file: \media\interactionModelSync\interactionModelSync.html
  • In line # 33, append to locale options an entity for Arabic locale as:
    • <option value='ar-SA'>Arabic (SA)</option>

In Toolkit UI, Skills -> Test skill -> Open simulator

  • Edit file: media\simulateSkill\simulateSkill.js
  • In line # 530, append to localesList an entity for Arabic locale as below:
    • "ar-SA": `<option value='ar-SA'>Arabic (SA)</option>`,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant