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 32677c9 commit 8ed7c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MO_DIR := $(PO_FILES:$(PO_DIR)/%.po=$(LOCALE_DIR)/%/LC_MESSAGES)

TOLOCALIZE := $(JS_FILES) $(UI_FILES) $(SRC_DIR)/helpers/translations.js

FILES := $(JS_FILES) $(ICON_FILES) $(JS_COMPONENTS) $(COMPILED_SCHEMAS) $(UI_FILES) $(CSS_FILES) $(SRC_DIR)/metadata.json README.md
FILES := $(JS_FILES) $(ICON_FILES) $(JS_COMPONENTS) $(SCHEMAS_DIR) $(UI_FILES) $(CSS_FILES) $(SRC_DIR)/metadata.json README.md

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-taskwhisperer-extension\n"
"Report-Msgid-Bugs-To: fh@infinicode.de\n"
"POT-Creation-Date: 2022-04-26 11:47+0200\n"
"POT-Creation-Date: 2023-06-03 22:43+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 Expand Up @@ -92,9 +92,10 @@ msgstr ""
#: taskwhisperer-extension@infinicode.de/settings_40.ui:249
#: taskwhisperer-extension@infinicode.de/settings.ui:297
msgid ""
"<span>Taskwhisperer is a extension for TaskWarrior Application <a href="
"\"https://taskwarrior.org\">https://taskwarrior.org</a>. It is to display "
"upcoming tasks and task details as well as to create and modify them.</span>"
"<span>Taskwhisperer is a extension for TaskWarrior Application <a "
"href=\"https://taskwarrior.org\">https://taskwarrior.org</a>. It is to "
"display upcoming tasks and task details as well as to create and modify them."
"</span>"
msgstr ""

#: taskwhisperer-extension@infinicode.de/settings_40.ui:265
Expand Down

0 comments on commit 8ed7c2e

Please sign in to comment.