diff options
-rw-r--r-- | docs/stylesheets/po/doc_xsl.pot | 2 | ||||
-rw-r--r-- | docs/stylesheets/po/pt_BR.po (renamed from docs/stylesheets/po/pt_br.po) | 0 | ||||
-rw-r--r-- | docs/stylesheets/xslpo.py | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/stylesheets/po/doc_xsl.pot b/docs/stylesheets/po/doc_xsl.pot index 89ef574e..4c65ccbf 100644 --- a/docs/stylesheets/po/doc_xsl.pot +++ b/docs/stylesheets/po/doc_xsl.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Mageia XSL files translation\n" "Report-Msgid-Bugs-To: i18n-discuss@ml.mageia.org\n" -"POT-Creation-Date: 2015-12-16 22:14+0200\n" +"POT-Creation-Date: 2015-12-21 18:19+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/docs/stylesheets/po/pt_br.po b/docs/stylesheets/po/pt_BR.po index 95301c50..95301c50 100644 --- a/docs/stylesheets/po/pt_br.po +++ b/docs/stylesheets/po/pt_BR.po diff --git a/docs/stylesheets/xslpo.py b/docs/stylesheets/xslpo.py index 7ebd5046..e723f2e1 100644 --- a/docs/stylesheets/xslpo.py +++ b/docs/stylesheets/xslpo.py @@ -114,7 +114,7 @@ for langfile in files: lang = pofile[:-3].rsplit('/',1)[1] pofilename = pofile po = polib.pofile(pofilename) - translatedtext=u'\t<l:l10n language=\"%s\">\n' %lang + translatedtext=u'\t<l:l10n language=\"%s\">\n' %lang.lower() for entry in po: if entry.translated(): translatedtext += u'\t\t<l:gentext key=\"%s\" text=\"%s\"/>\n' %(entry.msgctxt, entry.msgstr) |