mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-12 07:46:06 +00:00
First pass at language plugins for internationalisation
Still quite a few details to work out, but this shows the basic idea of re-using the theme mechanism to handle language plugins. Comments and questions welcome.
This commit is contained in:
3
languages/en-US/languageprompt.tid
Normal file
3
languages/en-US/languageprompt.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/lingo/ControlPanel/Language/prompt
|
||||
|
||||
Hiya! Current language:
|
9
languages/en-US/plugin.info
Normal file
9
languages/en-US/plugin.info
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "$:/languages/en-US",
|
||||
"name": "en-US",
|
||||
"plugin-type": "language",
|
||||
"description": "English (US)",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"dependents": ["$:/languages/en-GB"]
|
||||
}
|
Reference in New Issue
Block a user