@danhachuel/thunderbolt 0.2.82 → 0.2.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hermes_ui/languages.py +1 -1
- package/package.json +1 -1
package/hermes_ui/languages.py
CHANGED
|
@@ -31,7 +31,7 @@ LANGUAGE_FLAG_SVGS: dict[str, str] = {
|
|
|
31
31
|
"de": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><path fill="#000" d="M0 0h30v6.67H0z"/><path fill="#d00" d="M0 6.67h30v6.66H0z"/><path fill="#ffce00" d="M0 13.33h30V20H0z"/></svg>',
|
|
32
32
|
"vi": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="#da251d"/><path fill="#ff0" d="m15 3 1.9 5.7h6l-4.9 3.5 1.9 5.8-4.9-3.6 1.9-5.8-4.9-3.5h6z"/></svg>',
|
|
33
33
|
"tr": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="#e30a17"/><circle cx="13" cy="10" r="5.2" fill="#fff"/><circle cx="15" cy="10" r="4.2" fill="#e30a17"/><path fill="#fff" d="m19 6.1 1.2 3.1 3.3.1-2.6 2 1 3.2-2.9-1.9-2.8 1.9 1-3.2-2.6-2 3.3-.1z"/></svg>',
|
|
34
|
-
"pt": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="#
|
|
34
|
+
"pt": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="#009c3b"/><path fill="#ffdf00" d="m15 1.2 13.2 8.8L15 18.8 1.8 10z"/><circle cx="15" cy="10" r="4.2" fill="#002776"/><path fill="#fff" d="M10.8 8.9c2.5-1.1 5.6-.5 8.4 1.5l-.4 1.1c-2.6-1.8-5.2-2.3-7.7-1.3z"/><g fill="#fff"><path d="m12.2 6.7.2.5.6.1-.4.4.1.5-.5-.3-.5.3.1-.5-.4-.4.6-.1z"/><path d="m17.7 7.2.2.5.6.1-.4.4.1.5-.5-.3-.5.3.1-.5-.4-.4.6-.1z"/><path d="m14.1 11.8.2.5.6.1-.4.4.1.5-.5-.3-.5.3.1-.5-.4-.4.6-.1z"/><path d="m17.9 12.7.2.5.6.1-.4.4.1.5-.5-.3-.5.3.1-.5-.4-.4.6-.1z"/></g></svg>',
|
|
35
35
|
"ru": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><path fill="#fff" d="M0 0h30v6.67H0z"/><path fill="#22408c" d="M0 6.67h30v6.66H0z"/><path fill="#d52b1e" d="M0 13.33h30V20H0z"/></svg>',
|
|
36
36
|
"es": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><path fill="#aa151b" d="M0 0h30v4H0zM0 16h30v4H0z"/><rect y="4" width="30" height="12" fill="#f1bf00"/><path fill="#ad1519" d="M7 7h2v6H7z"/></svg>',
|
|
37
37
|
"id": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><path fill="#ce1126" d="M0 0h30v10H0z"/><path fill="#fff" d="M0 10h30v10H0z"/></svg>',
|
package/package.json
CHANGED