aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.tx/config2
-rw-r--r--Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/.tx/config b/.tx/config
index 2a28dae..238622d 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,5 +1,5 @@
[main]
-host = https://www.transifex.net
+host = https://www.transifex.com
lang_map = sr@latin:sr_Latn
[django-debug-toolbar.master]
diff --git a/Makefile b/Makefile
index ec0517c..ef05ac3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,4 +16,5 @@ compress_css:
yuicompressor --type css debug_toolbar/static/debug_toolbar/css/toolbar.css > debug_toolbar/static/debug_toolbar/css/toolbar.min.css
translatable_strings:
- cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete
+ cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete
+ @echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"