update lego for i18n and scss plugins, fix #247

the updated lego contains a fix for i18n allowing for fully translated
builds in one pass instead of multiple

this also fixes the installation of the scss plugin which was previously
not correctly installed on the first build pass, see tpo/web/lego@f2b2442d
This commit is contained in:
Jérôme Charaoui 2024-10-31 09:31:06 -04:00
parent 62f3739fcb
commit 95b0ae8fd9
No known key found for this signature in database
GPG Key ID: 69C52F658E988542
4 changed files with 3 additions and 9 deletions

2
lego

@ -1 +1 @@
Subproject commit 237afb9bfaa94092db71262374a3df1fba9b8fbd
Subproject commit b4a3452393a566fe10e8a3a649e6fbdf2e2136bd

@ -1 +0,0 @@
Subproject commit 1d87086ce7dcbd0918df31143bf952338522d943

View File

@ -1,4 +1,4 @@
lektor-markdown-image-attrs==0.2.1
./lego/packages/i18n
./lego/packages/lektor-md-tag
./packages/lektor-scss
./lego/packages/markdown-image-attrs
./lego/packages/scss

View File

@ -144,8 +144,3 @@ locale = zh-CN
name = 正體中文 (zh-TW)
url_prefix = /zh-TW/
locale = zh-TW
[packages]
lektor-i18n = 0.4.4
lektor-scss = 1.4.1
Markdown = 3.4.3