Skip to content

Commit

Permalink
Prepare 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Jun 5, 2020
1 parent b6ae91e commit 6dd535d
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [Unreleased]

## [0.6.1] - 2020-06-05
### Added
- Added Danish translation #45 (thx @tiktuk)

### Changed
- Refactor tests

## [0.6.0] - 2020-05-04
Expand Down Expand Up @@ -89,7 +95,8 @@
- Add get_timezone
- Drop support Django < 1.8

[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.4...v0.6.0
[0.5.4]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.5.2...v0.5.3
Expand Down
2 changes: 1 addition & 1 deletion rangefilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__author__ = 'Dmitriy Sokolov'
__version__ = '0.6.0'
__version__ = '0.6.1'


default_app_config = 'rangefilter.apps.RangeFilterConfig'
Expand Down
Binary file modified rangefilter/locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions rangefilter/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Translators:
# Dmitriy Sokolov <silentsokolov@gmail.com>, 2019
# Rui Mineiro <mineiro.rui@gmail.com>, 2020
#
#, fuzzy
msgid ""
Expand All @@ -13,7 +14,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-31 12:09+0300\n"
"PO-Revision-Date: 2019-01-31 09:16+0000\n"
"Last-Translator: Dmitriy Sokolov <silentsokolov@gmail.com>, 2019\n"
"Last-Translator: Rui Mineiro <mineiro.rui@gmail.com>, 2020\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/django-admin-rangefilter/teams/95736/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -47,4 +48,4 @@ msgstr "Pesquisar"
#: templates/rangefilter/date_filter.html:134
#: templates/rangefilter/date_filter_1_8.html:90
msgid "Reset"
msgstr "Resetar"
msgstr "Limpar"
Binary file added rangefilter/locale/pt_PT/LC_MESSAGES/django.mo
Binary file not shown.
50 changes: 50 additions & 0 deletions rangefilter/locale/pt_PT/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Rui Mineiro <mineiro.rui@gmail.com>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-31 12:09+0300\n"
"PO-Revision-Date: 2019-01-31 09:16+0000\n"
"Last-Translator: Rui Mineiro <mineiro.rui@gmail.com>, 2020\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/django-admin-rangefilter/teams/95736/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: apps.py:11
msgid "Range Filter"
msgstr "Range Filter"

#: filter.py:133 filter.py:180
msgid "From date"
msgstr "Data inicial"

#: filter.py:139 filter.py:186
msgid "To date"
msgstr "Data final"

#: templates/rangefilter/date_filter.html:2
#: templates/rangefilter/date_filter_1_8.html:2
#, python-format
msgid "By %(filter_title)s"
msgstr "Por%(filter_title)s"

#: templates/rangefilter/date_filter.html:133
#: templates/rangefilter/date_filter_1_8.html:89
msgid "Search"
msgstr "Pesquisar"

#: templates/rangefilter/date_filter.html:134
#: templates/rangefilter/date_filter_1_8.html:90
msgid "Reset"
msgstr "Limpar"

0 comments on commit 6dd535d

Please sign in to comment.