mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Makefile: Add "gettext-compile" target to regenerate frontend json files
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
9932df5a32
commit
18c7ac32ff
44 changed files with 45 additions and 43 deletions
2
Makefile
2
Makefile
|
|
@ -153,6 +153,8 @@ gettext-merge:
|
|||
./scripts/gettext-merge.sh
|
||||
gettext-extract:
|
||||
./scripts/gettext-extract.sh
|
||||
gettext-compile:
|
||||
$(MAKE) -C frontend gettext-compile
|
||||
gettext-clear-fuzzy:
|
||||
./scripts/gettext-clear-fuzzy.sh
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue