Skip to content

Commit 6b19e58

Browse files
committed
More BabelDjango -> django-babel
1 parent 2948312 commit 6b19e58

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed

AUTHORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BabelDjango is written and maintained by the BabelDjango team and various
1+
django-babel is written and maintained by the django-babel team and various
22
contributors:
33

44
Maintainer and Current Project Lead:
@@ -11,6 +11,6 @@ Contributors:
1111
- Jeroen Ruigrok van der Werven <[email protected]>
1212
- Ramiro Morales <[email protected]>
1313

14-
BabelDjango was previously developed under the Copyright of Edgewall Software.
15-
The following copyright notice holds true for releases before 2013: "Copyright
14+
django-babel was previously developed under the Copyright of Edgewall Software.
15+
The following copyright notice holds true for releases before 2013: "Copyright
1616
(c) 2007 - 2011 by Edgewall Software"

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2013 BabelDjango Team
1+
Copyright (C) 2013-2014 django-babel Team
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ needs to be in your project package directory.
1919

2020
### Extraction Method Mapping
2121

22-
So BabelDjango comes with an extraction method plugin that can extract
22+
So django-babel comes with an extraction method plugin that can extract
2323
localizable messages from Django template files. Python is supported out of the
2424
box by Babel. To use this extraction functionality, create a file called
2525
`babel.cfg` in your project directory (the directory above your project
@@ -41,7 +41,7 @@ Also, any files with the extension `.py` inside your package directory (replace
4141
“mypkg” with the actual name of your Django project package) are processed by
4242
the “python” extraction method.
4343

44-
If you don't use setuptools, or for some reason haven't installed BabelDjango
44+
If you don't use setuptools, or for some reason haven't installed django-babel
4545
using setuptools/pip, you'll need to define what function the extraction method
4646
“django” maps to. This is done in an extra section at the top of the
4747
configuration file:
@@ -149,12 +149,12 @@ locale from a thread-local cache.
149149

150150
## Using the Template Tags
151151

152-
The template filters provided by BabelDjango allow formatting of date/time and
152+
The template filters provided by django-babel allow formatting of date/time and
153153
number values in a locale-sensitive manner, providing much more powerful
154154
alternatives to the `date`, `time`, and `floatformat` filters that come with
155155
Django.
156156

157-
To make the template filters/tags available, you need to add BabelDjango to
157+
To make the template filters/tags available, you need to add django-babel to
158158
the list of `INSTALLED_APPS` in your settings module:
159159

160160
```python
@@ -166,7 +166,7 @@ INSTALLED_APPS = (
166166
```
167167

168168
And in every template you want to use the filters, you need to explicitly load
169-
the BabelDjango library:
169+
the django-babel library:
170170

171171
```jinja
172172
{% load babel %}

README.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)