diff options
author | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-07-18 00:06:28 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-07-18 00:06:28 +0300 |
commit | 73c91c10cb3c12747aca2fd71bb1f5529721c64c (patch) | |
tree | 06bbb88f9dbcc490d7ef911cdaeea1ece581b761 | |
parent | 3cc371ad9249d6643a1a66d7b45a9fe543b1ad87 (diff) | |
download | w3blog-73c91c10cb3c12747aca2fd71bb1f5529721c64c.tar.gz w3blog-73c91c10cb3c12747aca2fd71bb1f5529721c64c.zip |
Compiled messages (forgot to compile :))
-rwxr-xr-x | setup.py | 3 | ||||
-rwxr-xr-x | weblog/locale/es/LC_MESSAGES/django.mo | bin | 3595 -> 3900 bytes | |||
-rwxr-xr-x | weblog/locale/ru/LC_MESSAGES/django.mo | bin | 4530 -> 4872 bytes |
3 files changed, 2 insertions, 1 deletions
@@ -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 Binary files differindex bb29fdf..c04804a 100755 --- a/weblog/locale/es/LC_MESSAGES/django.mo +++ b/weblog/locale/es/LC_MESSAGES/django.mo diff --git a/weblog/locale/ru/LC_MESSAGES/django.mo b/weblog/locale/ru/LC_MESSAGES/django.mo Binary files differindex f9de0a0..b530a1c 100755 --- a/weblog/locale/ru/LC_MESSAGES/django.mo +++ b/weblog/locale/ru/LC_MESSAGES/django.mo |