Commit Graph

29 Commits

Author SHA1 Message Date
cupcakearmy 9c4fbc30f9 cleanup 2026-06-07 13:53:38 +02:00
cupcakearmy f55925de86 Merge branch 'main' into feat/image-paste 2026-06-07 12:54:32 +02:00
Stefan Meinecke 3e3d528d5a feat: add image paste support
Add image paste functionality allowing users to paste images directly
from the clipboard as files. Uses the standard DataTransfer API
(clipboardData.items) for cross-browser compatibility.

On the download page, images are now displayed as previews in addition
to the download option.

Also fix Rust 2024 never-type-fallback compatibility by adding turbofish
type annotations to redis crate calls.
2026-06-01 02:35:57 +02:00
Stefan Meinecke e8c3b53e49 fix: multiple minor fixes (#198, #188, #190)
- https://github.com/cupcakearmy/cryptgeon/issues/198: Replace abandoned license-checker with license-checker-evergreen
- https://github.com/cupcakearmy/cryptgeon/issues/188: Fix Polish locale number formatting by using {n} instead of # in ICU plural forms
- https://github.com/cupcakearmy/cryptgeon/issues/190: Add THEME_HOME_LINK env var to conditionally hide the /home link (defaults to true)
- Fix Rust 2024 never-type-fallback compatibility in store.rs
2026-06-01 02:33:24 +02:00
cupcakearmy e27915db06 Merge branch 'main' into main 2026-05-31 23:58:09 +02:00
cupcakearmy f42662812f cleanup translations 2026-05-31 23:31:31 +02:00
Tomas Leypold 57001e90a4 Add czech translation 2025-03-03 17:07:34 +01:00
JerryShr 0b8e1d1b2e Add Chinese (zh-TW) translations 2024-12-05 22:23:44 +08:00
Arya ';--bscriptalert(":)")/script 8ccfdd6e2e fix typos in english localization 2024-07-04 18:00:06 -04:00
Thomas Chrétien d3c04f8fda improve french translations wording 2024-06-14 14:26:02 +00:00
Oleg Salnikov a612eec220 Add files via upload 2024-04-24 18:31:01 +03:00
Łukasz Pospiech 7050389316 Create polish translation 2024-04-05 14:00:58 +02:00
MairusuPawa 9a4e84db62 Update fr.json
Original translation confuses "crypter" and "chiffrer".
2024-03-23 16:19:29 +01:00
cupcakearmy fc3938701e add reset translation 2024-03-04 18:46:00 +01:00
Christian 38540b33f2 Update de.json
Fixed some translations in the German language strings
2024-03-04 17:39:35 +01:00
cupcakearmy a37a0932e0 translations 2024-02-26 17:19:29 +01:00
Christian f591e589d0 Updated German language strings 2023-12-04 16:01:09 +01:00
pgschk 5a76ea7778 Update locale de
Fix some translation errors
2023-11-01 23:29:02 +01:00
pgschk 45a1af7569 Fix locale en
Fix spelling: to -> too, it's -> its
2023-11-01 23:18:58 +01:00
cupcakearmy ffa2c49ea3 don't insert html anymore, use separate link section 2023-11-01 15:26:45 +01:00
MVS 6002ede685 Update en.json
Small tweaks to grammar
2023-08-03 12:07:50 -05:00
Oleg Salnikov 1e01ccb65a Update ru.json
minor changes
2023-07-18 20:59:24 +03:00
cupcakearmy 6da28a701e translations 2023-05-23 09:39:06 +02:00
cupcakearmy d7e5a34b14 CLI (#84)
* move to packages

* update deps

* update deps

* actions maintenance

* don't use blob

* cli

* fix default import

* use synthetic default imports

* remove comment

* cli packaging

* node 18 guard

* packages

* build system

* testing

* test pipeline

* pipelines

* changelog

* version bump

* update locales

* update deps

* update deps

* update dependecies
2023-05-14 13:52:47 +02:00
Oleg Salnikov 74840416f1 locales (#85) 2023-05-13 08:40:50 +02:00
luolongfei 9aaad5b910 update zh.json file. (#79) 2023-03-02 09:55:50 +01:00
cupcakearmy e14042ea28 chinese language code 2023-01-14 18:40:16 +01:00
cupcakearmy fe5ce580ab locales 2023-01-04 19:45:25 +01:00
cupcakearmy cacb808117 restructuring (#56)
* restructuring

* pin svelte kit version & parallel execution

* update svelte kit

* correct test result assets

* add timeout

* correct locale path

* simplify crypto

* fix for #58

* add verbosity flag

* disable flaky test
2022-10-07 21:28:25 +02:00