TiddlyWiki5/plugins/tiddlywiki/translators
XLBilly 9c09841eda
Make draft title translatable (#8891)
* Make draft title translatable

* Update change note

* Improve number handling
Now generates "Draft of '...' 2" instead of "Draft 2 of '...'"

* Improve whitespace handling
We no longer needs to add whitespace in languages. We now handle it in javascript.

* Update language naming

* Update zh-Hans translation

* Update change note

* Refactor logic to make it less complex
Since we don't need to care about draft numbers, we can have two different templates for draft title with and without attribution. No need to trim the string now.
Also, we can reuse the getSubstitutedText method

* Update translators edition

* fixup! Update translators edition

* Switch to transclude and variable mechanism

* Adapt translators to the new mechanism

* Update change note

* Further simplify the logic
$tw.language.getString can already wikify translatable strings. No need for this.renderText
2026-02-04 11:21:54 +00:00
..
macros Add global option to show default text below the edit textarea (#6882) 2022-08-05 17:16:39 +02:00
output-file-templates Make draft title translatable (#8891) 2026-02-04 11:21:54 +00:00
system Add global option to show default text below the edit textarea (#6882) 2022-08-05 17:16:39 +02:00
templates Translator editon update (#8703) 2024-10-29 12:07:12 +00:00
ui Make draft title translatable (#8891) 2026-02-04 11:21:54 +00:00
palette.tid Improvements to translators edition 2014-10-24 11:18:37 +01:00
plugin.info Add plugin stability badges (#8198) 2024-05-21 11:22:39 +01:00
readme.tid More rename Jermolene/TiddlyWiki5 to TiddlyWiki/TiddlyWiki5 2024-07-25 17:44:52 +01:00
Translators.tid Translator editon update (#8703) 2024-10-29 12:07:12 +00:00

title: $:/plugins/tiddlywiki/translators/readme

This plugin exposes a new system tiddler [[$:/Translators]] that presents a user interface for creating and maintaining translations. It is used to build the special [[translators edition|https://tiddlywiki.com/editions/translators]].

[[Source code|https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/plugins/tiddlywiki/translators]]