Index: tests/test_site/settings.ini |
diff --git a/tests/test_site/settings.ini b/tests/test_site/settings.ini |
index 08f425c88e8a3b1327bba0d694ae595b1982caa1..130c34241e5c5b6925bdbe4766bfa96cc7ae800e 100644 |
--- a/tests/test_site/settings.ini |
+++ b/tests/test_site/settings.ini |
@@ -1,6 +1,6 @@ |
[general] |
-defaultlocale = en |
-defaultpage = filter |
+defaultlocale = en |
+defaultpage = filter |
crowdin-project-name = test |
siteurl = https://acme.com |
@@ -13,3 +13,5 @@ translate-tmpl = translate |
translate-include = translate |
translate-template = translate |
translate-partial = translate |
+ |
+[XTM] |
Vasily Kuznetsov
2018/09/26 15:45:26
Do we need this section here, if it's empty anyway
Tudor Avram
2018/10/04 06:48:12
Actually, yes, I need it here to run the tests. Be
Vasily Kuznetsov
2018/10/05 10:56:25
Acknowledged.
|