We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97a26d commit 85a9f80Copy full SHA for 85a9f80
1 file changed
scripts/create_strings.py
@@ -20,7 +20,7 @@
20
21
XML_TEMPLATE = """
22
<resources>
23
- <string name="loading_page_html"><![CDATA[
+ <string name="loading_page_html" formatted="false"><![CDATA[
24
{}
25
]]></string>
26
</resources>
@@ -53,7 +53,7 @@ def generate_loading_pages(output_dir):
53
def _find_string(lang, string):
54
from kolibri.main import initialize
55
from django.utils.translation import override
56
- from django.utils.translation import ugettext as _
+ from django.utils.translation import gettext as _
57
from django.utils.translation import to_locale
58
59
initialize(skip_update=True)
0 commit comments