Skip to content

Commit

Permalink
Update l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
RingOV committed Jul 4, 2019
1 parent 420cca5 commit 391c839
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion dialogs/settings_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ def load_config_into_form(self):
self.switch_add_icon.set_active(True)

self.liststore5.clear()
print(available_lang)
for i in range(len(available_lang)):
try:
self.liststore5.append([dict_app_lang[available_lang[i]]])
Expand Down
2 changes: 1 addition & 1 deletion gis-weather.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# gis_weather.py
v = '0.8.3.14'
v = '0.8.3.15'
# Copyright (C) 2013-2019 Alexander Koltsov <ringov@mail.ru>
#
# This program is free software: you can redistribute it and/or modify
Expand Down
Binary file modified i18n/fr/LC_MESSAGES/gis-weather.mo
Binary file not shown.
Binary file modified i18n/nl_NL/LC_MESSAGES/gis-weather.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Gis Weather\n"
"POT-Creation-Date: 2019-07-03 23:34+0300\n"
"PO-Revision-Date: 2019-07-04 07:29+0000\n"
"Last-Translator: RingOV <ringov@mail.ru>\n"
"PO-Revision-Date: 2019-07-04 13:52+0000\n"
"Last-Translator: AO <ao@localizationlab.org>\n"
"Language-Team: French (http://www.transifex.com/gis-weather-team/gis-weather/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -383,7 +383,7 @@ msgstr "Toujours sur le dessus"

#: dialogs/settings_dialog.ui:1887
msgid "Height adjustment"
msgstr ""
msgstr "Ajustement de la hauteur"

#: dialogs/settings_dialog.ui:1932 utils/gw_menu.py:396
msgid "Window"
Expand Down
6 changes: 3 additions & 3 deletions po/nl_NL.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Gis Weather\n"
"POT-Creation-Date: 2019-07-03 23:34+0300\n"
"PO-Revision-Date: 2019-07-04 07:29+0000\n"
"Last-Translator: RingOV <ringov@mail.ru>\n"
"PO-Revision-Date: 2019-07-04 10:32+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/gis-weather-team/gis-weather/language/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -377,7 +377,7 @@ msgstr "Altijd bovenop"

#: dialogs/settings_dialog.ui:1887
msgid "Height adjustment"
msgstr ""
msgstr "Hoogte-aanpassing"

#: dialogs/settings_dialog.ui:1932 utils/gw_menu.py:396
msgid "Window"
Expand Down

0 comments on commit 391c839

Please sign in to comment.