Browse Source

Merge pull request #71 from Deuchnord/fix-pdf-wording

fix: Fix wording in the PDF output
tags/v0.7.0
Jérôme Deuchnord 4 years ago
committed by GitHub
parent
commit
f10378613d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      kosmorrolib/dumper.py
  2. +2
    -2
      kosmorrolib/locales/messages.pot

+ 1
- 1
kosmorrolib/dumper.py View File

@@ -266,7 +266,7 @@ class _LatexDumper(Dumper):
date=self.get_date_as_string(), date=self.get_date_as_string(),
timezone='UTC+%d' % self.timezone if self.timezone != 0 else 'UTC' timezone='UTC+%d' % self.timezone if self.timezone != 0 else 'UTC'
), ),
_("Don't forget to check the weather forecast before you go out with your material.")
_("Don't forget to check the weather forecast before you go out with your equipment.")
])) \ ])) \
.replace('+++SECTION-EPHEMERIDES+++', _('Ephemerides of the day')) \ .replace('+++SECTION-EPHEMERIDES+++', _('Ephemerides of the day')) \
.replace('+++EPHEMERIDES-OBJECT+++', _('Object')) \ .replace('+++EPHEMERIDES-OBJECT+++', _('Object')) \


+ 2
- 2
kosmorrolib/locales/messages.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: kosmorro 0.6.2\n" "Project-Id-Version: kosmorro 0.6.2\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-03-29 14:06+0200\n"
"POT-Creation-Date: 2020-04-02 12:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -171,7 +171,7 @@ msgstr ""
#: kosmorrolib/dumper.py:269 #: kosmorrolib/dumper.py:269
msgid "" msgid ""
"Don't forget to check the weather forecast before you go out with your " "Don't forget to check the weather forecast before you go out with your "
"material."
"equipment."
msgstr "" msgstr ""


#: kosmorrolib/dumper.py:271 #: kosmorrolib/dumper.py:271


Loading…
Cancel
Save