mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Prepare for future translation of the application
This commit is contained in:
parent
fc7c920a70
commit
1ccb3eb36d
@ -303,4 +303,13 @@ async function showConfirmDialog(msg) {
|
|||||||
res(c == true);
|
res(c == true);
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prepare for potential future translation system
|
||||||
|
*
|
||||||
|
* @param {String} input Input string
|
||||||
|
*/
|
||||||
|
function tr(input) {
|
||||||
|
return input;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user