Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Django 1.0 Template Development
  • Table Of Contents Toc
Django 1.0 Template Development

Django 1.0 Template Development

4 (2)
close
close
Django 1.0 Template Development

Django 1.0 Template Development

4 (2)

Overview of this book

Table of Contents (17 chapters)
close
close
Django 1.0 Template Development
Credits
About the Author
About the Reviewers
Preface
1
Index

Creating message files


A message file is a plain-text file that contains all the named translation strings and how they should appear in a given language. Each language you choose to support will get its own message file.

To create a message file, we use the django-admin.py script. Make sure you have created the locale directory in your project root before doing this. (We covered this in an earlier step.) Navigate to your project root and use the script to make a message file:

$ cd /projects/mycompany/
$ django-admin.py makemessages –l en

We're telling the makemessages command to create a language file for en (English). Recall that in our settings.py file we defined this as the default language by setting it as the LANGUAGE_CODE.

Look in your mycompany/locale directory, and you will see a series of nested directories have been created. In the mycompany/locale/en/LC_MESSAGES directory, you'll find a file called django.po. This is the message file that was created.

Here's an excerpt from mycompany...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Django 1.0 Template Development
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon