Fix accidental commit of Czech translation as Polish

I inadvertently committed the new Czech translation as Polish.
This commit is contained in:
Jermolene 2014-12-28 15:51:19 +00:00
parent bae00fcbf6
commit cb8caf6a01
41 changed files with 20 additions and 19 deletions

View File

@ -28,7 +28,7 @@
"zh-Hant",
"it-IT",
"ja-JP",
"pl-PL",
"cs-CZ",
"ru-RU"
],
"build": {

View File

@ -17,7 +17,7 @@
"zh-Hant",
"it-IT",
"ja-JP",
"pl-PL",
"cs-CZ",
"ru-RU"
],
"themes": [

View File

@ -29,7 +29,7 @@
"zh-Hant",
"it-IT",
"ja-JP",
"pl-PL",
"cs-CZ",
"ru-RU"
],
"build": {

9
languages/cs-CZ/icon.tid Normal file
View File

@ -0,0 +1,9 @@
title: $:/languages/cs-CZ/icon
type: image/svg+xml
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="900" height="600">
<rect width="900" height="600" fill="#d7141a"/>
<rect width="900" height="300" fill="#fff"/>
<path d="M 450,300 0,0 V 600 z" fill="#11457e"/>
</svg>

View File

@ -0,0 +1,8 @@
{
"title": "$:/languages/cs-CZ",
"name": "cs-CZ",
"plugin-type": "language",
"description": "Česky (Czech Republic)",
"author": "Zdeněk Jašek",
"core-version": ">=5.0.0"
}

View File

@ -1,8 +0,0 @@
title: $:/languages/pl-PL/icon
type: image/svg+xml
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1280" height="800" viewBox="0 0 16 10">
<rect width="16" height="10" fill="#fff" stroke="#a0a0a0" stroke-width="0.5px"/>
<rect width="16" height="5" fill="#dc143c" y="5"/>
</svg>

View File

@ -1,8 +0,0 @@
{
"title": "$:/languages/pl-PL",
"name": "pl-PL",
"plugin-type": "language",
"description": "Polish (Poland)",
"author": "Zdeněk Jašek",
"core-version": ">=5.0.0"
}