From c729962b36eb437d39319ef7eae19cee3caba377 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 19 Apr 2023 12:37:49 +0200 Subject: [PATCH] add notifications service to transifex --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3f3d02c53f..e91781225a 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ RESET := $(shell tput -Txterm sgr0) # add a service here when it uses transifex L10N_MODULES := \ + services/notifications services/userlog # if you add a module here please also add it to the .drone.star file