Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Feb 5, 2024
2 parents e2c2696 + c1c3ab6 commit de463f7
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos:
args:
- --remove
- repo: https://github.com/PyCQA/isort
rev: "5.13.1"
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.7'
rev: 'v0.1.14'
hooks:
- id: ruff
- repo: https://github.com/econchick/interrogate
Expand Down
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ History

.. towncrier release notes start
2.4.2 (2024-02-05)
==================

Features
--------

- Add uz translations (#198)


2.4.1 (2023-12-13)
==================

Expand Down
2 changes: 1 addition & 1 deletion meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.1"
__version__ = "2.4.2"
Binary file added meta/locale/uz/LC_MESSAGES/django.mo
Binary file not shown.
91 changes: 91 additions & 0 deletions meta/locale/uz/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Sayfulla Mirxalikov, 2024
msgid ""
msgstr ""
"Project-Id-Version: django-meta\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-11 22:17+0200\n"
"PO-Revision-Date: 2016-05-07 16:54+0000\n"
"Last-Translator: Sayfulla Mirxalikov, 2024\n"
"Language-Team: Uzbek (http://app.transifex.com/nephila/django-meta/language/uz/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uz\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: settings.py:23 settings.py:36
msgid "Article"
msgstr "Maqola"

#: settings.py:24
msgid "Website"
msgstr "Veb sayt"

#: settings.py:27
msgid "Summary Card"
msgstr "Xulosa kartasi"

#: settings.py:28
msgid "Summary Card with Large Image"
msgstr "Rasmli xulosa kartasi"

#: settings.py:29 settings.py:41
msgid "Product"
msgstr "Mahsulot"

#: settings.py:30
msgid "Photo"
msgstr "Rasm"

#: settings.py:31
msgid "Player"
msgstr "O'yinchi"

#: settings.py:32
msgid "App"
msgstr "Ilova"

#: settings.py:37
msgid "Blog"
msgstr "Blog"

#: settings.py:38
msgid "Page"
msgstr "Sahifa"

#: settings.py:39
msgid "WebSite"
msgstr "Veb sayt"

#: settings.py:40
msgid "Event"
msgstr "Tadbir"

#: settings.py:42
msgid "Place"
msgstr "Joy"

#: settings.py:43
msgid "Person"
msgstr "Shaxs"

#: settings.py:44
msgid "Book"
msgstr "Kitob"

#: settings.py:45
msgid "LocalBusiness"
msgstr "Mahalliy biznes"

#: settings.py:46
msgid "Organization"
msgstr "Tashkilot"

#: settings.py:47
msgid "Review"
msgstr "Ko‘rib chiqish"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commit = true
message = "Release {new_version}"
commit_args = "--no-verify"
tag = false
current_version = "2.4.1"
current_version = "2.4.2"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit de463f7

Please sign in to comment.