mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-01 02:14:49 +00:00
wip
This commit is contained in:
parent
e4fd03f7d8
commit
46634bbe10
3 changed files with 14 additions and 6 deletions
|
|
@ -75,7 +75,7 @@ ROSETTA_CACHE_NAME = getattr(settings, 'ROSETTA_CACHE_NAME', 'default'
|
|||
ROSETTA_REQUIRES_AUTH = getattr(settings, 'ROSETTA_REQUIRES_AUTH', True)
|
||||
|
||||
# Exclude paths defined in this list from being searched (usually ends with "locale")
|
||||
ROSETTA_EXCLUDED_PATHS = getattr(settings, 'ROSETTA_EXCLUDED_PATHS', ())
|
||||
ROSETTA_EXCLUDED_PATHS = getattr(settings, 'ROSETTA_EXCLUDED_PATHS', ())
|
||||
|
||||
# Set to True to enable language-specific groups, which can be used to give
|
||||
# different translators access to different languages. Instead of creating a
|
||||
|
|
|
|||
|
|
@ -2,25 +2,26 @@
|
|||
# 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.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-04-30 14:37+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"PO-Revision-Date: 2014-08-08 09:24-0500\n"
|
||||
"Last-Translator: <admin@admin.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: \n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
"X-Translated-Using: django-rosetta 0.7.5\n"
|
||||
|
||||
#: templates/test.html:3
|
||||
msgid "Some text to translate"
|
||||
msgstr ""
|
||||
msgstr "oiwue oqwiue§o§"
|
||||
|
||||
#: templates/test.html:5
|
||||
#, python-format
|
||||
|
|
@ -31,4 +32,10 @@ msgid_plural ""
|
|||
"\n"
|
||||
"%(num_bottles)s bottles of beer on the wall\n"
|
||||
msgstr[0] ""
|
||||
"\n"
|
||||
"%(num_bottles)s bottles of beer on the wall\n"
|
||||
msgstr[1] ""
|
||||
"\n"
|
||||
"%(num_bottles)s bottles of beer on the wall\n"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
|
|
|||
|
|
@ -72,3 +72,4 @@ STATIC_URL = '/static/'
|
|||
#ROSETTA_STORAGE_CLASS = 'rosetta.storage.SessionRosettaStorage'
|
||||
ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage'
|
||||
SECRET_KEY = 'empty'
|
||||
ROSETTA_ENABLE_REFLANG = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue