1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update translations

This commit is contained in:
Luke Pulverenti 2017-01-20 13:48:04 -05:00
parent 4589e01159
commit e0479fc18d
41 changed files with 168 additions and 12 deletions

View file

@ -52,7 +52,7 @@ define([], function () {
}
return byteLength;
};
}
function truncate(string, byteLength) {
if (typeof string !== "string") {
@ -84,7 +84,7 @@ define([], function () {
}
return string;
};
}
return {
sanitize: function (input, replacement) {