translate / translate-project

The Translate Project
4 stars 3 forks source link

Update TITLE and DESCRIPTION settings #3088

Open arky opened 11 years ago

arky commented 11 years ago
TITLE = _("Pootle Demo")

# Translators: Change the language code (en) to your language code, and replace
# ltr with rtl if you language is written from right to left.
DESCRIPTION = _("""<div dir="ltr" lang="en">
<h2>This is a demo installation of Pootle.</h2>
<p>You can also visit the official <a href="http://pootle.locamotion.org">Pootle server</a>. The server administrator has not provided contact information or a description of this server. If you are the administrator for this server, edit this description in your preference file or in the administration interface.</p>
</div>
""")
arky commented 11 years ago

Please update the TITLE and DESCRIPTION variables whenever you pootle upstream code for mozilla.l.o in 10-base.conf

TITLE = _("Pootle Demo")

# Translators: Change the language code (en) to your language code, and replace
# ltr with rtl if you language is written from right to left.
DESCRIPTION = _("""<div dir="ltr" lang="en">
<h2>This is a demo installation of Pootle.</h2>
<p>You can also visit the official <a href="http://pootle.locamotion.org">Pootle server</a>. The server administrator has not provided contact information or a description of this server. If you are the administrator for this server, edit this description in your preference file or in the administration interface.</p>
</div>
""")
dwaynebailey commented 10 years ago

This seems to be a cache issue, we need to ivalidate things in the cache when this chanages.