Skip to content

Commit

Permalink
Merge branch '5' of https://github.com/siebrand/jquery.ime into siebr…
Browse files Browse the repository at this point in the history
…and-5
  • Loading branch information
santhoshtr committed Aug 14, 2013
2 parents 8257b40 + 7a48378 commit fbc457d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions rules/no/no-normforms.js → rules/nb/nb-normforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
'use strict';

var defs = {
id: 'no-normforms',
name: 'Norsk',
id: 'nb-normforms',
name: 'Norsk normal transliterasjon',
description: 'Norwegian input method with most common form transliterated',
date: '2012-12-04',
URL: 'http://www.evertype.com/alphabets/bokmaal-norwegian.pdf',
Expand Down
4 changes: 2 additions & 2 deletions rules/no/no-tildeforms.js → rules/nb/nb-tildeforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
'use strict';

var defs = {
id: 'no-tildeforms',
name: 'Norsk',
id: 'nb-tildeforms',
name: 'Norsk tildemerket transliterasjon',
description: 'Norwegian input method with initial tilde triggering transliteration',
date: '2012-12-04',
URL: 'http://www.evertype.com/alphabets/bokmaal-norwegian.pdf',
Expand Down
20 changes: 10 additions & 10 deletions src/jquery.ime.inputmethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,17 @@
name: 'Traditional',
source: 'rules/ne/ne-trad.js'
},
'no-normforms': {
'nb-normforms': {
name: 'Normal transliterasjon',
source: 'rules/no/no-normforms.js'
source: 'rules/nb/nb-normforms.js'
},
'no-tildeforms': {
'nb-tildeforms': {
name: 'Tildemerket transliterasjon',
source: 'rules/no/no-tildeforms.js'
source: 'rules/nb/nb-tildeforms.js'
},
'nn-tildeforms': {
name: 'Tildemerkt transliterasjon',
source: 'rules/nb/nb-tildeforms.js'
},
'or-transliteration': {
name: 'ଟ୍ରାନ୍ସଲିଟରେସନ',
Expand Down Expand Up @@ -723,17 +727,13 @@
autonym: 'नेपाल भाषा',
inputmethods: [ 'hi-transliteration', 'hi-inscript' ]
},
'no': {
autonym: 'Norsk',
inputmethods: [ 'no-normforms', 'no-tildeforms' ]
},
'nb': {
autonym: 'Norsk (bokmål)',
inputmethods: [ 'no-normforms', 'no-tildeforms' ]
inputmethods: [ 'nb-normforms', 'nb-tildeforms' ]
},
'nn': {
autonym: 'Norsk (nynorsk)',
inputmethods: [ 'no-normforms', 'no-tildeforms' ]
inputmethods: [ 'nb-normforms', 'nn-tildeforms' ]
},
'or': {
autonym: 'ଓଡ଼ିଆ',
Expand Down

0 comments on commit fbc457d

Please sign in to comment.