mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-15 14:21:23 +00:00
Add localisable strings (#2438)
* Add localisable string for recursive transclusion error * Add localisable string for count * Add localisable strings for syncer
This commit is contained in:
@@ -45,7 +45,7 @@ exports.httpRequest = function(options) {
|
||||
return;
|
||||
}
|
||||
// Something went wrong
|
||||
options.callback("XMLHttpRequest error code: " + this.status);
|
||||
options.callback($tw.language.getString("Syncer/XMLHttpRequestError") + ": " + this.status);
|
||||
}
|
||||
};
|
||||
// Make the request
|
||||
|
||||
Reference in New Issue
Block a user