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

Incorrect localized input method name for 'ar-kbd' #458

Closed
youcha33 opened this issue Jan 25, 2017 · 2 comments
Closed

Incorrect localized input method name for 'ar-kbd' #458

youcha33 opened this issue Jan 25, 2017 · 2 comments

Comments

@youcha33
Copy link

The localized name for 'ar-kbd' is wrong.

Instead of

  'ar-kbd': {
  	name: 'أرابيك',
  	source: 'rules/ar/ar-kbd.js'
  },

It should be

  'ar-kbd': {
  	name: 'العربية',
  	source: 'rules/ar/ar-kbd.js'
  },

in https://github.com/wikimedia/jquery.ime/blob/master/src/jquery.ime.inputmethods.js#L14

@kartikm
Copy link
Member

kartikm commented Apr 6, 2017

@amire80 Can we verify and fix this?

@amire80
Copy link
Contributor

amire80 commented Apr 6, 2017

Thanks @youcha33!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants