1
0
Fork 0
Commit graph

844 commits

Author SHA1 Message Date
Jonathan Haas
4871ad8322
Replace input type="number" with input type="numeric"/"decimal", see #6542 2024-05-15 09:51:28 +02:00
Joost De Cock
c863992eb4 Update source file en.yaml
skip-build
2024-03-23 18:13:27 +01:00
Joost De Cock
f29efb47ee New translations en.yaml (Ukrainian)
skip-build
2024-03-23 17:41:56 +01:00
Joost De Cock
ea7b64716b New translations en.yaml (Dutch)
skip-build
2024-03-23 17:22:30 +01:00
Joost De Cock
73dcb64d4b New translations en.yaml (German)
skip-build
2024-03-23 17:03:12 +01:00
Joost De Cock
bdffb14ed0 New translations en.yaml (Spanish)
skip-build
2024-03-23 16:44:05 +01:00
Joost De Cock
c8b4b109ff New translations en.yaml (French)
skip-build
2024-03-23 16:25:11 +01:00
Joost De Cock
51ba8f7046 Update source file en.yaml
skip-build
2024-03-23 12:47:38 +01:00
Joost De Cock
0e1759a2d2
Merge pull request #6373 from BenJamesBen/warning-i18n
fix(shared): Correct warning logs translation key name
2024-03-23 11:18:53 +01:00
Joost De Cock
3008f9d5df Update source file en.yaml
skip-build
2024-03-17 22:31:33 +01:00
Joost De Cock
2a1d66df94 New translations en.yaml (Ukrainian)
skip-build
2024-03-17 21:19:38 +01:00
Joost De Cock
fe3939d8aa New translations en.yaml (Dutch)
skip-build
2024-03-17 21:00:15 +01:00
Joost De Cock
d41e68b30b New translations en.yaml (German)
skip-build
2024-03-17 20:41:29 +01:00
Joost De Cock
a1f42d99e5 New translations en.yaml (Spanish)
skip-build
2024-03-17 20:22:22 +01:00
Joost De Cock
9fa889f872 New translations en.yaml (French)
skip-build
2024-03-17 20:03:17 +01:00
Benjamin Fan
370804e6e5 fix(shared): Correct warning logs translation key name 2024-03-17 04:17:00 -07:00
joostdecock
3111a6df8b [shared] fix: Pattern translation in UI
This fixes problems with pattern translation where the translation
inside a pattern we using the UI's i18n instance to do the translation.

That causes issues when the pattern language and UI langauges are
different (something we support). Furthermore, we need to load the
design's own namespace as the default, and load the annotations plugin
namespace and do some other things that are specific to translation
inside the patterns.

This resolves that by creating a dedicated i18n instance to handle
translation inside patterns.

This unblocks #6340
2024-03-16 11:39:26 +01:00
Jonathan Haas
8c887ced9c fix(shared): No need to divide config.dflt by 100 again 2024-03-12 18:52:06 +01:00
Joost De Cock
029a11b5a9 New translations en.yaml (French)
skip-build
2024-02-28 17:22:43 +01:00
Joost De Cock
2d3abe343e New translations en.yaml (French)
skip-build
2024-02-28 17:22:41 +01:00
Joost De Cock
814dd4ad4f New translations en.yaml (French)
skip-build
2024-02-28 17:22:40 +01:00
Joost De Cock
d1188d156a New translations en.yaml (French)
skip-build
2024-02-27 23:11:11 +01:00
Joost De Cock
c1a2bea5ec New translations en.yaml (French)
skip-build
2024-02-27 18:35:18 +01:00
Joost De Cock
2298918079 New translations en.yaml (Ukrainian)
skip-build
2024-02-24 22:58:46 +01:00
Joost De Cock
9dbf6c5f35 New translations en.yaml (Dutch)
skip-build
2024-02-24 22:38:16 +01:00
Joost De Cock
32cb7fcc9a New translations en.yaml (German)
skip-build
2024-02-24 22:17:26 +01:00
Joost De Cock
ddcbfc63ef New translations en.yaml (Spanish)
skip-build
2024-02-24 21:56:24 +01:00
Joost De Cock
d5160b4a29 New translations en.yaml (French)
skip-build
2024-02-24 21:35:37 +01:00
Joost De Cock
0a49ca8864
Merge branch 'develop' into i18n 2024-02-24 18:37:16 +01:00
Joost De Cock
968aaba114
Merge pull request #6133 from BenJamesBen/test-view-option-translations
fix(shared): For Test view option menus, use design and workbench translation keys
2024-02-24 18:28:52 +01:00
Joost De Cock
409b183373
Merge pull request #6132 from BenJamesBen/test-view-optional-measurements
fix(shared): In Test view, include optional measurements
2024-02-24 18:28:23 +01:00
Joost De Cock
42b6d15dae
Merge pull request #6109 from BenJamesBen/monochrome-ue-buttons-color
fix(shared): Override draft UI button colors for monochrome theme
2024-02-24 18:24:07 +01:00
Joost De Cock
d880dd0e8d
Merge pull request #6107 from BenJamesBen/draft-ui-ue
fix(shared): In draft header, show/hide kiosk and renderer buttons based on User Experience
2024-02-24 18:23:36 +01:00
Joost De Cock
be14ef95c9
Merge pull request #6095 from BenJamesBen/nailedit-seen-on-failure
fix(shared): Nailed it! seen on export failure
2024-02-24 18:20:39 +01:00
Joost De Cock
d905152f1d
Merge pull request #6116 from BenJamesBen/seam-allowance-ui
fix(shared): Add Missing Settings? tip to pattern draft right menu
2024-02-24 18:19:54 +01:00
Joost De Cock
84edaae5a1
Merge pull request #6092 from BenJamesBen/exportforediting-pdf
fix(shared): Export for Editing PDF files are not generating
2024-02-24 18:18:51 +01:00
Benjamin Fan
9c093650c6 fix(shared): In Test view, include optional measurements 2024-02-22 17:44:36 -08:00
Benjamin Fan
fa20f0f8d7 fix(shared): For Test view option menus, use design and workbench translation keys 2024-02-22 16:11:18 -08:00
Joost De Cock
89d99ed86b Update source file en.yaml
skip-build
2024-02-21 22:59:32 +01:00
Joost De Cock
d59ed8b183 New translations en.yaml (Ukrainian)
skip-build
2024-02-21 22:33:02 +01:00
Joost De Cock
e7262f6d5c New translations en.yaml (Dutch)
skip-build
2024-02-21 22:10:23 +01:00
Joost De Cock
658f6e6364 New translations en.yaml (German)
skip-build
2024-02-21 21:47:51 +01:00
Joost De Cock
dd861059fe New translations en.yaml (Spanish)
skip-build
2024-02-21 21:25:26 +01:00
Joost De Cock
22ca0c1e81 New translations en.yaml (French)
skip-build
2024-02-21 21:02:44 +01:00
Benjamin Fan
0ae3600ecc fix(shared): Add Missing Settings? tip to pattern draft right menu 2024-02-21 11:58:57 -08:00
Benjamin Fan
8cad2feed2 fix(shared): Add Kiosk Mode text keys 2024-02-21 08:48:16 -08:00
Benjamin Fan
1d39c31d41 fix(shared): Change Reset Options button color for monochrome theme 2024-02-20 16:44:32 -08:00
Benjamin Fan
2f0ac0b1ce fix(shared): Override User Experience button color for monochrome theme 2024-02-20 16:25:53 -08:00
Benjamin Fan
dd7dcd1993 fix(shared): In draft header, show/hide kiosk and renderer buttons based on User Experience 2024-02-20 09:13:14 -08:00
Benjamin Fan
4c15605256 fix(shared): Nailed it! seen on export failure 2024-02-18 08:52:21 -08:00