Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tests/test_site/settings.ini

Issue 29886648: Issue #6942 - Add XTM integration in CMS (Closed)
Patch Set: Addressed initial comments Created Sept. 25, 2018, 12:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 [general] 1 [general]
2 defaultlocale = en 2 defaultlocale = en
3 defaultpage = filter 3 defaultpage = filter
4 crowdin-project-name = test 4 crowdin-project-name = test
5 siteurl = https://acme.com 5 siteurl = https://acme.com
6 6
7 [langnames] 7 [langnames]
8 de = Deutsch 8 de = Deutsch
9 9
10 [locale_overrides] 10 [locale_overrides]
11 translate-html = translate 11 translate-html = translate
12 translate-tmpl = translate 12 translate-tmpl = translate
13 translate-include = translate 13 translate-include = translate
14 translate-template = translate 14 translate-template = translate
15 translate-partial = translate 15 translate-partial = translate
16
17 [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.
OLDNEW

Powered by Google App Engine
This is Rietveld