diff --git a/assets/js/common/shorcuts.js b/assets/js/common/shorcuts.js index b3bb844f..361f85d5 100644 --- a/assets/js/common/shorcuts.js +++ b/assets/js/common/shorcuts.js @@ -303,4 +303,13 @@ async function showConfirmDialog(msg) { res(c == true); }); }) +} + +/** + * Prepare for potential future translation system + * + * @param {String} input Input string + */ +function tr(input) { + return input; } \ No newline at end of file