[text.js] Add language
This commit is contained in:
parent
aab54d634d
commit
5d7b77016c
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ make.text = {
|
||||||
"UTF-8", "ISO-8859-1"
|
"UTF-8", "ISO-8859-1"
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
language: function () {
|
||||||
|
// https://gist.github.com/tonyhb/635401
|
||||||
|
return random.pick([
|
||||||
|
"en-US", "en", "de"
|
||||||
|
]);
|
||||||
|
},
|
||||||
layoutCharCodes: function() {
|
layoutCharCodes: function() {
|
||||||
return random.pick([
|
return random.pick([
|
||||||
0, // null
|
0, // null
|
||||||
|
|
Loading…
Reference in a new issue