mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
18 lines
963 B
Plaintext
18 lines
963 B
Plaintext
created: 20140217173700918
|
|
modified: 20140911183846401
|
|
tags: Mechanisms
|
|
title: TranslationMechanism
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The translation mechanism of TiddlyWiki manages and switches between language plugins that provide translations of the TiddlyWiki user interface. The developer site at https://tiddlywiki.com/dev/ explains how translators can create and submit translations for TiddlyWiki.
|
|
|
|
The title of the current language plugin is read from the tiddler [[$:/language]]. If the selected plugin changes then any displayed translateable text automatically changes.
|
|
|
|
Translation plugins are bundles of tiddlers that each contain an indepedent translatable string. The strings are transcluded as needed.
|
|
|
|
Translatable strings are generally in the namespace `$:/language/`, for example:
|
|
|
|
* [[$:/language/EditTemplate/Shadow/OverriddenWarning]]
|
|
* [[$:/language/Docs/ModuleTypes/isfilteroperator]]
|
|
* [[$:/language/EditTemplate/Fields/Add/Value/Placeholder]]
|