From 73c91c10cb3c12747aca2fd71bb1f5529721c64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Wed, 18 Jul 2018 00:06:28 +0300 Subject: Compiled messages (forgot to compile :)) --- setup.py | 3 ++- weblog/locale/es/LC_MESSAGES/django.mo | Bin 3595 -> 3900 bytes weblog/locale/ru/LC_MESSAGES/django.mo | Bin 4530 -> 4872 bytes 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 279b4cc..432cbda 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import os from setuptools import find_packages, setup @@ -9,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-weblog', - version='0.4-testing.0', + version='0.4-testing.1', packages=find_packages(), include_package_data=True, license='BSD License', diff --git a/weblog/locale/es/LC_MESSAGES/django.mo b/weblog/locale/es/LC_MESSAGES/django.mo index bb29fdf..c04804a 100755 Binary files a/weblog/locale/es/LC_MESSAGES/django.mo and b/weblog/locale/es/LC_MESSAGES/django.mo differ diff --git a/weblog/locale/ru/LC_MESSAGES/django.mo b/weblog/locale/ru/LC_MESSAGES/django.mo index f9de0a0..b530a1c 100755 Binary files a/weblog/locale/ru/LC_MESSAGES/django.mo and b/weblog/locale/ru/LC_MESSAGES/django.mo differ -- cgit v1.2.3