From 1ccb3eb36d1bb8cf57de5cdad1f8e058c2a8c367 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 17 May 2020 15:59:43 +0200 Subject: [PATCH] Prepare for future translation of the application --- assets/js/common/shorcuts.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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