Skip to content

Commit

Permalink
Translation tidy up (explorerhq#451)
Browse files Browse the repository at this point in the history
* Tidying up translations

* 2.3 - Russian translation release
  • Loading branch information
marksweb authored Jul 24, 2021
1 parent c99ef70 commit 499f18d
Show file tree
Hide file tree
Showing 19 changed files with 598 additions and 431 deletions.
12 changes: 10 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
`unreleased`_ changes
---------------------

`2.3.0`_ (2021-07-24)
---------------------
* `#450`_: Added Russian translations.
* `#449`_: Translates expression for duration

`2.2.0`_ (2021-06-14)
---------------------
* Updated docs theme to `furo`_
Expand Down Expand Up @@ -329,7 +334,8 @@ Initial Release
.. _2.1.2: https://github.com/groveco/django-sql-explorer/compare/2.1.1...2.1.2
.. _2.1.3: https://github.com/groveco/django-sql-explorer/compare/2.1.2...2.1.3
.. _2.2.0: https://github.com/groveco/django-sql-explorer/compare/2.1.3...2.2.0
.. _unreleased: https://github.com/groveco/django-sql-explorer/compare/2.2.0...master
.. _2.3.0: https://github.com/groveco/django-sql-explorer/compare/2.2.0...2.3.0
.. _unreleased: https://github.com/groveco/django-sql-explorer/compare/2.3.0...master

.. _#254: https://github.com/groveco/django-sql-explorer/pull/254
.. _#334: https://github.com/groveco/django-sql-explorer/pull/334
Expand Down Expand Up @@ -369,6 +375,8 @@ Initial Release
.. _#442: https://github.com/groveco/django-sql-explorer/pull/442
.. _#444: https://github.com/groveco/django-sql-explorer/pull/444
.. _#445: https://github.com/groveco/django-sql-explorer/pull/445
.. _#449: https://github.com/groveco/django-sql-explorer/pull/449
.. _#450: https://github.com/groveco/django-sql-explorer/pull/450

.. _#269: https://github.com/groveco/django-sql-explorer/issues/269
.. _#288: https://github.com/groveco/django-sql-explorer/issues/288
Expand All @@ -382,4 +390,4 @@ Initial Release
.. _#440: https://github.com/groveco/django-sql-explorer/issues/440
.. _#443: https://github.com/groveco/django-sql-explorer/issues/443

.. _furo: https://github.com/pradyunsg/furo
.. _furo: https://github.com/pradyunsg/furo
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,14 @@ Sql Explorer is MIT licensed, and pull requests are welcome.
**Snapshot query results to S3 & download as csv**

.. image:: https://s3-us-west-1.amazonaws.com/django-sql-explorer/2019_snapshots.png


Alternatives
------------

* `django-sql-dashboard`_: provides an authenticated interface for executing read-only SQL queries directly against your PostgreSQL database, bringing a useful subset of `Datasette`_ to Django.



.. _django-sql-dashboard: https://github.com/simonw/django-sql-dashboard
.. _Datasette : https://datasette.io/
2 changes: 1 addition & 1 deletion explorer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version_info__ = {
'major': 2,
'minor': 2,
'minor': 3,
'micro': 0,
'releaselevel': 'final',
'serial': 0
Expand Down
Binary file modified explorer/locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 499f18d

Please sign in to comment.