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

adding Fon language method #515

Merged
merged 5 commits into from
May 19, 2018
Merged

adding Fon language method #515

merged 5 commits into from
May 19, 2018

Conversation

Mahuton
Copy link
Contributor

@Mahuton Mahuton commented May 18, 2018

No description provided.

name: 'fon-alt',
description: 'fon input keyboard',
date: '2018-05-18',
URL: 'http://github.com/wikimedia/jquery.ime',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: Use https

@kartikm
Copy link
Member

kartikm commented May 19, 2018

It would be nice to have tests for this input method. See: https://github.com/wikimedia/jquery.ime/tree/master/test You can follow some existing tests.

license: 'GPLv3',
version: '1.0',
patterns: [
<<<<<<< HEAD
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix these merge conflict markers

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already fixed this with @Mahuton on his laptop. He just needs to upload the new version :)

@amire80 amire80 mentioned this pull request May 19, 2018
@@ -4127,5 +4127,17 @@ var palochkaVariants = {
{ input: [ 'v', [ '1', true ], 'i', 'T', 'U' ], output: 'វ‌ិទូ', description: 'ZWNJ (savant): v AltGr-1 iTU -> វ‌ិទូ' },
{ input: [ 'v', [ '`', true ], 'i', 'T', 'U' ], output: 'វ‍ិទូ', description: 'ZWJ (savant): v AltGr-` iTU -> វ‍ិទូ' }
]
},
{
description: 'fon alt test',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that you renamed the input method to fon tilde, should not we change this description too?

@amire80 amire80 merged commit e337cdf into wikimedia:master May 19, 2018
{ input: '~O', output: 'Ɔ', description: 'fon ~O -> Ɔ' },
{ input: '~o', output: 'ɔ', description: 'fon ~o -> ɔ' }
],
inputmethod: 'fonTilde'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be the id of the input method fon-tilde in our case

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

Successfully merging this pull request may close these issues.

4 participants