Skip to content

Commit

Permalink
Merge branch 'main' into fix_params_searchquery
Browse files Browse the repository at this point in the history
  • Loading branch information
Faakhir30 authored Aug 30, 2024
2 parents c7a8cc4 + e49fb93 commit 8883d25
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ packages/components/dist: $(shell find packages/components/src -type f)
.PHONY: build-deps
build-deps: packages/registry/dist ## Build dependencies

.PHONY: i18n
i18n: ## Converts your po files into json to translate volto frontend
$(MAKE) -C "./packages/volto/" i18n

## Storybook

.PHONY: storybook-start
Expand Down
4 changes: 4 additions & 0 deletions packages/volto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ cypress-install: ## Install Cypress for acceptance tests
.PHONY: build-deps
build-deps: ../registry/dist ## Build dependencies

.PHONY: i18n
i18n: ## Extract and compile translations
pnpm i18n

## Storybook

.PHONY: storybook-start
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6274.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `make i18n` command. @Faakhir30
1 change: 1 addition & 0 deletions packages/volto/news/6275.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place actions storybook in correct path. @Tishasoumya-02

0 comments on commit 8883d25

Please sign in to comment.