Skip to content

Commit

Permalink
Merge branch 'ghini-1.0-dev' of https://github.com/Ghini/ghini.desktop
Browse files Browse the repository at this point in the history
…into ghini-1.0-wininstaller
  • Loading branch information
RoDuth committed Oct 21, 2017
2 parents 62b436f + e63f42f commit 62a464a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions bauble/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@
# Now lets get all of the supported languages on the system
language = os.environ.get('LANGUAGE', None)
if language:
# langage comes back something like en_CA:en_US:en_GB:en on linuxy
# systems, on Win32 it's nothing, so we need to split it up into a
# list
# language comes back something like en_CA:en_US:en_GB:en on linuxy
# systems, on Win32 it's nothing, so we need to split it up into a list
langs += language.split(":")
# add on to the back of the list the translations that we know that we
# have, our defaults"""
Expand Down
Binary file not shown.
3 changes: 1 addition & 2 deletions po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: bauble\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-12 10:54-0500\n"
"PO-Revision-Date: 2017-10-15 15:57+0000\n"
"PO-Revision-Date: 2017-10-20 14:08+0000\n"
"Last-Translator: Christophe Van Calster <christophevancalster@mac.com>\n"
"Language-Team: Dutch "
"<https://hosted.weblate.org/projects/ghini/desktop-10/nl/>\n"
Expand Down Expand Up @@ -775,7 +775,6 @@ msgid "Collection ID:"
msgstr ""

#: bauble/plugins/garden/acc_editor.glade:1631
#, fuzzy
msgid "Collection Notes"
msgstr "Notities bij collectie"

Expand Down

0 comments on commit 62a464a

Please sign in to comment.