From 1e37dcd88b1b8323b3fd03e01d8cd6c7b71880d0 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 4 May 2016 09:52:51 -0300 Subject: [PATCH] template is now pot --- tools/translations/extract.py | 2 +- tools/translations/{base.po => template.pot} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/translations/{base.po => template.pot} (100%) diff --git a/tools/translations/extract.py b/tools/translations/extract.py index 6d7d5838c91..9b829679645 100644 --- a/tools/translations/extract.py +++ b/tools/translations/extract.py @@ -53,7 +53,7 @@ for fname in matches: f.close() -f = open("base.po","wb") +f = open("template.pot","wb") f.write(main_po) f.close() diff --git a/tools/translations/base.po b/tools/translations/template.pot similarity index 100% rename from tools/translations/base.po rename to tools/translations/template.pot