basically new readme and more languages
- indonesian localization by @LyfeV - rewrote readme - added new line at the end for files that were missing it
This commit is contained in:
@@ -56,4 +56,4 @@ export function unicodeDecode(str) {
|
||||
return str.replace(/\\u[\dA-F]{4}/gi, (unicode) => {
|
||||
return String.fromCharCode(parseInt(unicode.replace(/\\u/g, ""), 16));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user