Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved translations file
  • Loading branch information
Klaus Thoden committed Aug 23, 2018
1 parent 8627874 commit 67ecc03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion libeoaconvert.py
Expand Up @@ -43,7 +43,7 @@
# dict_eds = {"en" : "eds.", "de" : "Hrsg."}

# use the translation file that is used also for XSL
translation_xml = etree.parse("data/translations.xml")
translation_xml = etree.parse("data/aux/translations.xml")
dictLangFootnotes = translation_xml.find("//entry[@name='footnotes']").attrib
dict_and = translation_xml.find("//entry[@name='and']").attrib
dict_ed = translation_xml.find("//entry[@name='editor-abbr']").attrib
Expand Down

0 comments on commit 67ecc03

Please sign in to comment.