Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
shard: [1/3, 2/3, 3/3]
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Get Playwright version
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT"
run: echo "PLAYWRIGHT_VERSION=$(jq -r '.devDependencies[\"@playwright/test\"] // .dependencies.playwright // \"unknown\"' package.json)" >> "$GITHUB_OUTPUT"

- name: Install dependencies
run: pnpm install
Expand Down
26 changes: 26 additions & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,32 @@ tools:
button:
copy: Copy
refresh: Refresh

icon-generator:
title: Icon generator
description: Generate resized app icons from one source image for PWA, Android, and iOS presets.
presets: Presets
presetLabels:
pwa: PWA
android: Android
ios: iOS
fitMode: Fit mode
cover: Cover (crop)
contain: Contain
clearPresetSizes: Clear preset sizes
addSize: Add size
baseName: Base name
baseNameHint: File names use "<baseName>-<size>x<size>.png". Invalid characters are replaced with "-".
includeManifest: Include manifest.json in ZIP
selectedSizes: Selected output sizes
uploadTitle: Drag and drop an image here, or click to select an image
noImage: Upload an image to start.
generate: Generate icons
output: Generated icons
download: Download
downloadAll: Download all
downloadZip: Download zip

percentage-calculator:
title: Percentage calculator
description: Easily calculate percentages from a value to another value, or from a percentage to a value.
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"ibantools": "^4.3.3",
"js-base64": "^3.7.6",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.10.28",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -149,5 +150,10 @@
"vitest": "^0.34.0",
"workbox-window": "^7.0.0",
"zx": "^7.2.1"
},
"pnpm": {
"overrides": {
"@vueuse/shared": "10.3.0"
}
}
}
Loading
Loading