More languages added & version number finally set to 0.5.1.

This commit is contained in:
koichixD
2026-02-09 21:49:24 +01:00
parent 417b83bb41
commit cfec10b1bf
10 changed files with 259 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 24 16">
<rect width="8" height="16" fill="#009246"/>
<rect x="8" width="8" height="16" fill="#FFFFFF"/>
<rect x="16" width="8" height="16" fill="#CE2B37"/>
</svg>

After

Width:  |  Height:  |  Size: 244 B

+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 24 16">
<rect width="24" height="8" fill="#FFFFFF"/>
<rect y="8" width="24" height="8" fill="#DC143C"/>
</svg>

After

Width:  |  Height:  |  Size: 190 B

+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 24 16">
<rect width="24" height="16" fill="#009C3B"/>
<path d="M12 2L22 8L12 14L2 8Z" fill="#FFDF00"/>
<circle cx="12" cy="8" r="3.2" fill="#002776"/>
</svg>

After

Width:  |  Height:  |  Size: 239 B

+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 24 16">
<rect width="24" height="5.333" fill="#FFFFFF"/>
<rect y="5.333" width="24" height="5.334" fill="#0039A6"/>
<rect y="10.667" width="24" height="5.333" fill="#D52B1E"/>
</svg>

After

Width:  |  Height:  |  Size: 264 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16" viewBox="0 0 24 16">
<rect width="24" height="16" fill="#E30A17"/>
<circle cx="10" cy="8" r="4" fill="#FFFFFF"/>
<circle cx="11" cy="8" r="3.2" fill="#E30A17"/>
<polygon points="14.8,8 16,8.4 15.2,7.4 15.2,8.6 16,7.6" fill="#FFFFFF"/>
</svg>

After

Width:  |  Height:  |  Size: 312 B