1
0
Fork 0
Commit graph

27324 commits

Author SHA1 Message Date
Joost De Cock
2944bb69a2 chore(i18n): Add prebuild run script 2022-02-13 12:48:15 +01:00
Nick Dower
d9cceaee72
Merge pull request #1853 from freesewing/dependabot/npm_and_yarn/follow-redirects-1.14.8
chore(deps): bump follow-redirects from 1.14.1 to 1.14.8
2022-02-13 10:25:17 +01:00
dependabot[bot]
8738c6f02e
chore(deps): bump follow-redirects from 1.14.1 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 08:37:46 +00:00
Joost De Cock
e31bba4d27
Merge pull request #1852 from stsydow/upgrade
upgrade packages and fix peer dependencies
2022-02-13 09:23:06 +01:00
Joost De Cock
3915c0d0fb fix(i18n): Fix incorrent import format 2022-02-12 18:49:07 +01:00
Joost De Cock
af7cad87ba chore: Remove unused file 2022-02-12 18:46:57 +01:00
Joost De Cock
ea6b4915e0 chore: Forgot the root next.mjs file 2022-02-12 18:45:33 +01:00
Joost De Cock
e5a7715952 feat: Avoid using bundler for loading YAML files
This adds a prebuild step to the i18n package that will
load the YAML files from disk and transform them into
Javascript files.

The files go in the `next` folder because for new I am keeping
this apart from the regular package.

The reason is that these files are optimized for NextJS and
not backwards compatible with the current way we handle translation.

In FreeSewing V3 we will use this and also switch to ESM-only
and named exports. For now, this is going to be kept apart but
used to load translations in our websites (currently handled by
a prebuild script).
2022-02-12 18:42:51 +01:00
Joost De Cock
0b39b67a19 chore(i18n): Removed unused files 2022-02-12 18:42:39 +01:00
Joost De Cock
a68f81ec73 chore: Linter warnings 2022-02-12 15:23:37 +01:00
Joost De Cock
347d666ce7 Merge branch 'nexti18n' of github.com:freesewing/freesewing into nexti18n 2022-02-12 14:34:32 +01:00
Joost De Cock
3653700572 wip(lab): Work on workbench
- Moved the various tabs on the draft view to their own views.
- Renames modes to views
- Started to group various aspects of the workbench state under
  `_state` in the gist to prevent it from getting all mixed up
  with the core settings.
- Updated events title to make it more clear not all events might
  be present
- Removed valid state in measurements input since it was only
  getting updated on keyboard input but now when preloading
  measurements (which it does now)
2022-02-12 14:33:36 +01:00
Joost De Cock
b01758969c
Fix(lab): Simple string quotes will do
Co-authored-by: Stefan Sydow <s.sydow@heinlein-video.de>
2022-02-12 14:08:41 +01:00
Joost De Cock
7ec34e14a5
fix(lab): Update packages/freesewing.lab/hooks/useApp.js
Co-authored-by: Stefan Sydow <s.sydow@heinlein-video.de>
2022-02-12 13:50:15 +01:00
Stefan Sydow
54b0592c05
upgrade packages and fix peer dependencies
- fix MUI warning for createTheme
- yarn upgrade
- add missing peer dependencies
2022-02-12 11:12:44 +01:00
Nick Dower
328fb9b1aa
Merge pull request #1849 from freesewing/dependabot/npm_and_yarn/mongoose-6.2.1
chore(deps): bump mongoose from 6.1.8 to 6.2.1
2022-02-11 09:58:50 +01:00
dependabot[bot]
3ab0e10921
chore(deps): bump mongoose from 6.1.8 to 6.2.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.1.8 to 6.2.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.1.8...6.2.1)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 04:20:08 +00:00
Joost De Cock
fd66fb3847
Merge pull request #1848 from freesewing/i18n
New Crowdin updates
2022-02-10 21:41:20 +01:00
Joost De Cock
bbb2b2c23f wip(lab): Migrated translation to next-i18next 2022-02-10 21:40:19 +01:00
Joost De Cock
2b63f101f3 New translations en.md (Dutch) 2022-02-10 21:09:03 +01:00
Joost De Cock
54daa5ab72 New translations en.md (French) 2022-02-10 21:09:02 +01:00
Joost De Cock
869c8a4d68 New translations en.md (French) 2022-02-10 21:09:01 +01:00
Joost De Cock
c7c9ad95a6 New translations en.md (French) 2022-02-10 21:09:00 +01:00
Joost De Cock
8565e9c386 New translations en.md (French) 2022-02-10 21:08:59 +01:00
Joost De Cock
5a1372a6f8 New translations en.md (French) 2022-02-10 21:08:58 +01:00
Joost De Cock
d8063d4e54 New translations en.md (French) 2022-02-10 21:08:57 +01:00
Joost De Cock
7a817a014a New translations en.md (Spanish) 2022-02-10 21:08:56 +01:00
Joost De Cock
35d3732ca3 New translations en.md (Spanish) 2022-02-10 21:08:55 +01:00
Joost De Cock
2501e9bdd7 New translations en.md (Spanish) 2022-02-10 21:08:54 +01:00
Joost De Cock
d6885b9263 New translations en.md (Spanish) 2022-02-10 21:08:53 +01:00
Joost De Cock
74a08b3e03 New translations en.md (Spanish) 2022-02-10 21:08:52 +01:00
Joost De Cock
9d9b6d6044 New translations en.md (Spanish) 2022-02-10 21:08:51 +01:00
Joost De Cock
f8cfa07637 New translations en.md (Spanish) 2022-02-10 21:08:50 +01:00
Joost De Cock
f73185c9f2 New translations en.md (Spanish) 2022-02-10 21:08:49 +01:00
Joost De Cock
cb569f7028 New translations en.md (French) 2022-02-10 21:08:48 +01:00
Joost De Cock
0cb86c5534 New translations en.md (German) 2022-02-10 21:08:47 +01:00
Joost De Cock
9f05256758 New translations en.md (German) 2022-02-10 21:08:46 +01:00
Joost De Cock
c3e545a990 New translations en.md (German) 2022-02-10 21:08:45 +01:00
Joost De Cock
5335a68fdb New translations en.md (German) 2022-02-10 21:08:44 +01:00
Joost De Cock
ab0cfee214 New translations en.md (German) 2022-02-10 21:08:43 +01:00
Joost De Cock
3755995f70 New translations en.md (German) 2022-02-10 21:08:42 +01:00
Joost De Cock
dd47815459 New translations en.md (German) 2022-02-10 21:08:41 +01:00
Joost De Cock
98cecd57e0 New translations en.md (Dutch) 2022-02-10 21:08:40 +01:00
Joost De Cock
8707347635 New translations en.md (Dutch) 2022-02-10 21:08:39 +01:00
Joost De Cock
b1ac8f776e New translations en.md (Dutch) 2022-02-10 21:08:37 +01:00
Joost De Cock
0c92bfa93d New translations en.md (Dutch) 2022-02-10 21:08:36 +01:00
Joost De Cock
09b94d5bae New translations en.md (Dutch) 2022-02-10 21:08:35 +01:00
Joost De Cock
1a2673ad76 New translations en.md (Dutch) 2022-02-10 21:08:34 +01:00
Joost De Cock
87cc1b3e1d New translations en.md (Dutch) 2022-02-10 21:08:33 +01:00
Joost De Cock
10c5f820cb New translations en.md (German) 2022-02-10 21:08:32 +01:00