mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 00:56:17 +00:00
e20bce5450
This commit permits language plugins to carry the field “text-direction” with the value “rtl” to trigger right-to-left layout of the entire page. We also adjust the sidebar layout to work in RTL mode. There are still a number of problems to be addressed: * Brackets and other punctuation incorrectly placed within en-GB UI text * System tiddler titles are rendered semi-back-to-front (eg `languages/ca-ES/:$`) Starting to address #1845 and the discussion in #2523.
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
{
|
|
"title": "$:/languages/he-IL",
|
|
"name": "he-IL",
|
|
"plugin-type": "language",
|
|
"description": "Hebrew (Israel)",
|
|
"author": "DoronTzur",
|
|
"core-version": ">=5.0.0",
|
|
"text-direction": "rtl"
|
|
} |