mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-19 17:57:38 +00:00
Add localisable strings for error (#2447)
* Add localisable strings for error * Update tiddler Transclusion Basic Usage in fr-FR
This commit is contained in:
@@ -68,7 +68,7 @@ TranscludeWidget.prototype.execute = function() {
|
||||
parseTreeNodes = [{type: "element", tag: "span", attributes: {
|
||||
"class": {type: "string", value: "tc-error"}
|
||||
}, children: [
|
||||
{type: "text", text: $tw.language.getString("RecursiveTransclusion")}
|
||||
{type: "text", text: $tw.language.getString("Error/RecursiveTransclusion")}
|
||||
]}];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user