mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 16:37:25 -04:00
dynamic translation support. closes #24
This commit is contained in:
@@ -37,3 +37,8 @@ function mapScope (inputScopeFrom, inputScopeTo, outputScopeFrom, outputScopeTo,
|
||||
var result = outputScopeFrom + ((outputScopeTo - outputScopeFrom) * x);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
function tr(text) {
|
||||
return qsTr(text) + translationManager.emptyString
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user