mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
11 lines
188 B
JavaScript
11 lines
188 B
JavaScript
// @ts-check
|
|
|
|
/// <reference path="../types-global.js" />
|
|
|
|
/**
|
|
* @param {string} message
|
|
* @returns {string}
|
|
*/
|
|
function translate(message) {
|
|
return window.Asc.plugin.tr(message);
|
|
} |