Skip to content

Commit

Permalink
Update the translations every time we run make and add locale dir to …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
dsheeler committed May 17, 2024
1 parent 074c2ab commit c85116b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SCHEMA_FILE = org.gnome.shell.extensions.gravatar.gschema.xml
.PHONY: $(POT_FILE) build
#.PHONY: build

all: build schema install
all: build schema mergepo install

build:
mkdir -p build
Expand All @@ -50,6 +50,7 @@ build:
--extra-source ../metadata.json \
--extra-source ./shortcutButton.js \
--schema ./schemas/org.gnome.shell.extensions.gravatar.gschema.xml \
--podir ../locale/ \
-o ../build/

$(POT_FILE): $(SRC_DIR)/*.js
Expand Down

0 comments on commit c85116b

Please sign in to comment.