1
0
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:
Jermolene
2014-02-09 19:18:46 +00:00
parent d1bc053a9c
commit dea08ed4f8
16 changed files with 116 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
title: $:/lingo/ControlPanel/Language/prompt
Bonjour! Langage courant:

View 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"
}