Commit Graph

56 Commits

Author SHA1 Message Date
Coluzzi Andrea 16b50df550
Italian Translations v4 (#524)
* IT translations: fix old PR comments

* IT translations: WIP v4 tokens

* IT translations: WIP v4 tokens

* IT translations: added v4 tokens
2022-08-03 07:18:36 +01:00
Martin Kleinschrodt 00a282c632 Update translation files with latest strings 2022-08-02 10:14:52 +02:00
Andrea Coluzzi 22fbde7502 Added italian translations 2022-08-02 00:43:36 +02:00
Martin Kleinschrodt b00eb4fda9 Fix vulnerable dependencies (where possible) 2022-06-22 14:32:27 +02:00
Martin Kleinschrodt 2b5b957a58 Automatically wrap lines in markdown files at 80 characters 2022-02-25 16:25:33 +01:00
Bruno Bernardino 50ae105b45
A few improvements, requested from the review:
- File reading is now happening later in the process;
- File reading now reuses methods from `core/attachment`;
- Errors thrown in the import now include an error message;
- Adds prettier command to "prettify" all files;
- Adds prettier command to check for files not conforming to prettier's config;
- Makes CI run the prettier:check command;
- Changes `export const method = () => {};` to `export function method() {}` in the `1pux-parser` file;
- Other minor consistency changes/fixes/improvements;
- Actually ran prettier on every file, and it had a lot of things to tweak.
2021-12-20 15:01:25 +00:00
Martin Kleinschrodt 7d262e35be Fix build issues by updating dependencies and regenerating lock files 2021-12-16 10:33:05 +01:00
Bruno Bernardino 5d0d688968 Lock dependencies' versions
This implements `.nvmrc` and `.npmrc` files, as well as locking `package.json` versions, in order to get us closer to reproducible builds and more stable environment.

Closes #320
2021-12-16 09:01:59 +01:00
Martin Kleinschrodt ecaeffba4a Handle vault provisioning separately 2021-10-03 15:56:01 +02:00
Martin Kleinschrodt 19b0471c89 Surface verification error instead of returning false 2021-09-25 11:56:49 +02:00
Martin Kleinschrodt 7dfdd3a27b Upgrade typescript version 2021-09-25 10:06:45 +02:00
Martin Kleinschrodt 93ce9de764 Reorganize auth-related files 2021-09-25 10:06:05 +02:00
Martin Kleinschrodt 63076556d8 Bump npm version to 4.0.0; clean up/fix some dependencies 2021-08-06 15:07:25 +02:00
Martin Kleinschrodt 88beab7e4b Merge commit '2a026dd03d0871160a33210837497d898ad5bf91' into v4
* commit '2a026dd03d0871160a33210837497d898ad5bf91':
  Fix unauthenticated SMTP connection
  v3.1.4
  Don't attempt to translate "My Vault" until issues with language loading are resolved
  Properly serialize/deserialize items during export/import

# Conflicts:
#	packages/app/package-lock.json
#	packages/app/package.json
#	packages/cordova/package-lock.json
#	packages/cordova/package.json
#	packages/core/package-lock.json
#	packages/core/package.json
#	packages/electron/package-lock.json
#	packages/electron/package.json
#	packages/extension/package-lock.json
#	packages/extension/package.json
#	packages/locale/package-lock.json
#	packages/manage/package.json
#	packages/pwa/package-lock.json
#	packages/server/package-lock.json
#	packages/server/package.json
#	packages/tauri/package-lock.json
#	packages/tauri/package.json
2021-07-17 09:36:48 +02:00
Martin Kleinschrodt 3444dc9e7f WIP 35 2021-05-30 15:53:51 +02:00
Martin Kleinschrodt c7a6682fe8 v3.1.4 2021-02-25 09:55:51 +01:00
Dennis Rodewyk 0ab014a6ae Fix typos in german translation 2021-02-24 08:34:33 +01:00
Martin Kleinschrodt 26fb68e45b Fix missing comma in polish translation file 2020-11-06 08:32:18 +01:00
Patryk Wasiewicz 6df131ae69 Polish translation 2020-10-31 12:59:20 +01:00
Rémy Detobel dd692d7b4a Escape quote symbol 2020-10-31 12:47:44 +01:00
Rémy Detobel 5e1632bddf French translation 2020-10-31 12:47:44 +01:00
Martin Kleinschrodt 00da3cc59d v3.1.3 2020-10-25 15:13:53 +01:00
Martin Kleinschrodt 2bd3188b11 Bump the rest of the package files to v3.1.1 that were missed before 2020-07-04 16:24:20 +02:00
Martin Kleinschrodt 4cd8fc66ef Some minor fixes 2020-05-28 12:09:29 +02:00
Martin Kleinschrodt 82cb762f1f bump version to 3.1.0 2020-05-27 18:47:53 +02:00
Martin Kleinschrodt 461b5d0177 Prefill field name when adding field 2020-05-27 18:47:51 +02:00
Martin Kleinschrodt c722d05203 v3.0.14 2020-03-10 14:57:01 +01:00
Martin Kleinschrodt b0e983abbf
Fix typo in german translation 2020-01-16 09:19:42 +01:00
avvolodin cd3931e5b5 Russian translation. Typo and wrong context fixes. 2020-01-06 09:05:40 +01:00
Marko Nikic e96ebf5596 fix small typo in german translation 2020-01-04 16:34:14 +01:00
avvolodin f165c0a111 Russian translation 2020-01-03 19:58:29 +01:00
Martin Kleinschrodt e04d572282 Fix displaying email on confirmation step during signup process; Update text 2019-12-16 07:39:59 +01:00
Martin Kleinschrodt 9e961e214b v3.0.13 2019-12-13 10:39:02 +01:00
moigarmo 4a05f6b05f Add spanish translations 2019-12-09 19:13:40 +01:00
Martin Kleinschrodt cfa167f79f v3.0.12 2019-12-05 15:27:35 +01:00
Martin Kleinschrodt 252e46d986 Add readme to locale package 2019-12-05 15:25:51 +01:00
Martin Kleinschrodt 1f1612c16a Add empty translations template 2019-12-05 13:37:55 +01:00
Martin Kleinschrodt 373c4f1ac9 Translation keys extraction script: Allow passing language via -l flag; by default update existing language files 2019-12-05 13:35:48 +01:00
Martin Kleinschrodt 80d96ef4f7 Add word lists for spanish, portuguese and french 2019-12-05 12:57:16 +01:00
Martin Kleinschrodt 3734b96e26 More translations 2019-12-03 17:59:11 +01:00
Martin Kleinschrodt 0fa755142a Add german translation 2019-12-03 17:56:51 +01:00
Martin Kleinschrodt 1839612d23 v3.0.11 2019-12-03 11:06:41 +01:00
Martin Kleinschrodt 1f8d152258 Clean up package files in preparation for publishing @padloc/core and @padloc/locale modules (all other packages will remain private for now) 2019-11-14 16:11:47 +01:00
Martin Kleinschrodt f2aefb8f7c v3.0.6 2019-11-01 14:39:57 +01:00
Martin Kleinschrodt b5b8b6603f Create new pwa package to separate webpack builds from ui package 2019-10-12 17:12:45 +02:00
Martin Kleinschrodt 62c25dba45 Bump version to 3.0.5 2019-10-08 12:04:41 +02:00
Martin Kleinschrodt cd22b18ff9 Bump version to 3.0.4 2019-09-29 19:18:15 +02:00
Martin Kleinschrodt 710d2e50c1 Bump version to 3.0.3 2019-09-19 11:32:04 +02:00
Martin Kleinschrodt 6a662d3510 Disable web worker in cordova apps 2019-09-15 18:55:14 +02:00
Moritz Heiber 2650067c5e Small typo fix, adress > address 2019-09-09 09:17:52 +02:00