1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 23:06:06 +00:00

Add language toolbar button

Also adds flag icon for each language.

One limitation is that the language button doesn’t work properly when
accessed via the “more” menu of the page controls.

@BramChen - could you help me choose the most appropriate flags to use
for the variants of Chinese?
This commit is contained in:
Jermolene
2014-07-31 18:07:37 +01:00
parent 8adcfc97c5
commit 789ba1e85d
11 changed files with 159 additions and 9 deletions

8
languages/de-AT/Flag.tid Normal file
View File

@@ -0,0 +1,8 @@
title: $:/language/Flag
type: image/svg+xml
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
<rect fill="#ed2939" width="900" height="600"/>
<rect fill="#fff" y="200" width="900" height="200"/>
</svg>