Compare commits

...

2 Commits

Author SHA1 Message Date
81f6a1b98f updating packages and fixing pb
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-09 09:29:54 +01:00
b6eaa8fdca adding czechia in country list 2025-01-09 09:28:58 +01:00
4 changed files with 1385 additions and 14653 deletions

3
.babelrc Normal file
View File

@ -0,0 +1,3 @@
{
"plugins": [["@babel/plugin-proposal-private-property-in-object", { "loose": true }]]
}

15992
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@parcellab/react-use-umami": "^2.0.1", "@parcellab/react-use-umami": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
@ -57,7 +58,6 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"concurrently": "^8.2.2", "concurrently": "^8.2.2",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.1"
} }

View File

@ -736,5 +736,46 @@
"uk": "США", "uk": "США",
"zh": "美国", "zh": "美国",
"zh-tw": "美國" "zh-tw": "美國"
},
{
"id": 203,
"alpha2": "cz",
"alpha3": "cze",
"ar": "جمهورية التشيك",
"bg": "Чехия",
"cs": "Česko",
"da": "Tjekkiet",
"de": "Tschechien",
"el": "Τσεχία",
"en": "Czechia",
"eo": "Ĉeĥio",
"es": "República Checa",
"et": "Tšehhi",
"eu": "Txekia",
"fa": "جمهوری چک",
"fi": "Tšekki",
"fr": "Tchéquie",
"hr": "Češka",
"hu": "Csehország",
"hy": "Չեխիա",
"it": "Rep. Ceca",
"ja": "チェコ",
"ko": "체코",
"lt": "Čekija",
"my": "Czechia",
"nl": "Tsjechië",
"no": "Tsjekkia",
"pl": "Czechy",
"pt": "Chéquia",
"ro": "Cehia",
"ru": "Чехия",
"sk": "Česko",
"sl": "Češka",
"sr": "Češka",
"sv": "Tjeckien",
"th": "เช็กเกีย",
"uk": "Чехія",
"zh": "捷克",
"zh-tw": "捷克"
} }
] ]