mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-09 22:36:05 +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/fr-FR/languageprompt.tid
Normal file
3
languages/fr-FR/languageprompt.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/lingo/ControlPanel/Language/prompt
|
||||
|
||||
Bonjour! Langage courant:
|
8
languages/fr-FR/plugin.info
Normal file
8
languages/fr-FR/plugin.info
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"title": "$:/languages/fr-FR",
|
||||
"name": "fr-FR",
|
||||
"plugin-type": "language",
|
||||
"description": "French (France)",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
Reference in New Issue
Block a user