Default to langId if not a manually mapped name.

Added Elixir and Elm to mapped language names.
This commit is contained in:
Juha Ristolainen
2017-03-24 08:40:33 +00:00
parent 574fa9f2e4
commit 1921c28636
5 changed files with 14 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export class XpCounter {
constructor() {
this.pulse = new Pulse();
/*
/* // print out supported language names
let allLanguages = languages.getLanguages().then(
(result => {
console.log(JSON.stringify(result));