Add en-US localization (#3689)

This commit is contained in:
Ben Webber 2019-01-14 17:44:04 +08:00 committed by Jeremy Ruston
parent 95dbdff08a
commit 3afb251b3a
5 changed files with 61 additions and 0 deletions

View File

@ -54,6 +54,15 @@
"tags": "Language Icon"
}
},
{
"file": "../../../../../languages/en-US/icon.tid",
"isTiddlerFile": true,
"fields": {
"title": "Language Icon: en-US",
"language": "en-US",
"tags": "Language Icon"
}
},
{
"file": "../../../../../languages/es-ES/icon.tid",
"isTiddlerFile": true,

View File

@ -0,0 +1,7 @@
title: $:/language/Buttons/
Clear/Hint: Clear image to solid color
Paint/Caption: paint color
Paint/Hint: Set painting color
Palette/Hint: Choose the color palette
StoryView/Hint: Choose the story visualization

View File

@ -0,0 +1,6 @@
title: $:/language/
Manager/Item/Colour: Color
TagManager/Colour/Heading: Color
RecentChanges/DateFormat: MMM DD, YYYY
Tiddler/DateFormat: MMM DD, YYYY at hh12:0mm am

29
languages/en-US/icon.tid Normal file
View File

@ -0,0 +1,29 @@
title: $:/languages/en-US/icon
type: image/svg+xml
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1235" height="650" viewBox="0 0 7410 3900">
<rect width="7410" height="3900" fill="#b22234"/>
<path d="M0,450H7410m0,600H0m0,600H7410m0,600H0m0,600H7410m0,600H0" stroke="#fff" stroke-width="300"/>
<rect width="2964" height="2100" fill="#3c3b6e"/>
<g fill="#fff">
<g id="s18">
<g id="s9">
<g id="s5">
<g id="s4">
<path id="s" d="M247,90 317.534230,307.082039 132.873218,172.917961H361.126782L176.465770,307.082039z"/>
<use xlink:href="#s" y="420"/>
<use xlink:href="#s" y="840"/>
<use xlink:href="#s" y="1260"/>
</g>
<use xlink:href="#s" y="1680"/>
</g>
<use xlink:href="#s4" x="247" y="210"/>
</g>
<use xlink:href="#s9" x="494"/>
</g>
<use xlink:href="#s18" x="988"/>
<use xlink:href="#s9" x="1976"/>
<use xlink:href="#s5" x="2470"/>
</g>
</svg>

View File

@ -0,0 +1,10 @@
{
"title": "$:/languages/en-US",
"name": "en-US",
"plugin-type": "language",
"description": "English (US)",
"author": "Ben Webber",
"core-version": ">=5.0.0",
"dependents": ["$:/languages/en-GB"],
"plugin-priority": 110
}