1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-29 19:13:59 +02:00
Laurent Cozic 920f2d9655 Revert "Update translations"
This reverts commit f800ca0269e95b74b8c5fc3f7680b71615a4bec1.

Reverting for now due to some translations being incorrectly marked as
fuzzy.
2021-11-09 13:49:20 +00:00
..
2020-11-05 16:58:23 +00:00
2020-11-05 16:58:23 +00:00
2021-11-09 13:49:20 +00:00
2021-11-08 10:00:11 +00:00
2021-03-15 16:33:42 +00:00
2020-11-05 16:58:23 +00:00
2020-11-05 16:58:23 +00:00
2021-09-04 15:07:38 +01:00
2021-11-03 12:54:08 +00:00
2021-11-03 11:18:03 +00:00
2020-11-05 16:58:23 +00:00
2021-08-16 18:05:22 +01:00
2021-08-16 18:05:22 +01:00
2020-11-05 16:58:23 +00:00
2021-09-29 16:30:33 +01:00

@joplin/lib

Library shared between all applications.

  • It should not have dependencies to any other @joplin package to avoid dependency cycles.
  • Binary packages should be passed via dependency injection from the parent packages, for example like it is done in shim-init-node. This is because each app might need to compile the binary package in a specific way, so doing it from /lib would cause issues.
  • It should not include the react or react-native packages because React in particular breaks when there's more than one instance of it in node_modules. React is passed via dependency injections so that some hooks can be shared.