simple-translation
Advanced tools
Comparing version
{ | ||
"name": "simple-translation", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A super basic and simple way to do language translations. Auto detects language from the browser. Supports compiled strings. Aims to be an uncomplicated translation package", | ||
@@ -5,0 +5,0 @@ "main": "simple-translation.js", |
@@ -53,2 +53,7 @@ export default class SimpleTranslation{ | ||
languageCode = this.defaultLanguage | ||
if (!(this.isLanguageSupported(languageCode))){ | ||
console.error(`Simple-Translation: The DEFAULT language definition of '${languageCode}' Not Found.`) | ||
return `<span style="color:red;">The Default Language of '${languageCode}' is Not Found'</span>` | ||
} | ||
} | ||
@@ -55,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
12499
7.59%69
6.15%