Skip to content

Commit

Permalink
update makefile / translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cinatic committed Jun 3, 2023
1 parent f305630 commit c9d8398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MO_FILES := $(PO_FILES:$(PO_DIR)/%.po=$(LOCALE_DIR)/%/LC_MESSAGES/$(UUID).mo)
MO_DIR := $(PO_FILES:$(PO_DIR)/%.po=$(LOCALE_DIR)/%/LC_MESSAGES)

TOLOCALIZE := $(JS_FILES) $(SRC_DIR)/helpers/translations.js
FILES := $(JS_FILES) $(JS_COMPONENTS) $(COMPILED_SCHEMAS) $(MEDIA_FILES) $(CSS_FILES) $(ICON_DIR) $(SRC_DIR)/metadata.json $(MO_FILES)
FILES := $(JS_FILES) $(JS_COMPONENTS) $(SCHEMAS_DIR) $(MEDIA_FILES) $(CSS_FILES) $(ICON_DIR) $(SRC_DIR)/metadata.json $(MO_FILES)

ifeq ($(strip $(DESTDIR)),)
INSTALLBASE := $(HOME)/.local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gnome-shell-extension-gitlab-extension\n"
"Report-Msgid-Bugs-To: fh@infinicode.de\n"
"POT-Creation-Date: 2022-04-26 11:27+0200\n"
"POT-Creation-Date: 2023-06-03 22:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit c9d8398

Please sign in to comment.