Skip to content

Commit

Permalink
Rename 'de' to 'de-transliteration' to avoid conflicts with language …
Browse files Browse the repository at this point in the history
…codes
  • Loading branch information
Nikerabbit committed Jul 12, 2013
1 parent b7db534 commit ea9ee73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rules/de/de.js → rules/de/de-transliteration.js
Expand Up @@ -2,7 +2,7 @@
'use strict';

var de = {
id: 'de',
id: 'de-transliteration',
name: 'Deutsch',
description: 'German input method',
date: '2012-11-20',
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.ime.inputmethods.js
Expand Up @@ -220,9 +220,9 @@
name: 'ปัตตะโชติ',
source: 'rules/th/th-pattachote.js'
},
'de': {
'de-transliteration': {
name: 'Deutsch',
source: 'rules/de/de.js'
source: 'rules/de/de-transliteration.js'
},
'el-kbd': {
name: 'Τυπική πληκτρολόγιο',
Expand Down

0 comments on commit ea9ee73

Please sign in to comment.