Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 930991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:25:46+00:00 2026-05-15T20:25:46+00:00

I have a problem with django translations. Problem 1 – I updated string in

  • 0

I have a problem with django translations.

Problem 1 – I updated string in django.po file, but the change does not appear on the webpage.

Problem 2 – I have created my own locale file with django-admin.py makemessages -l et, added the translation string into file, but they too do not appear on the page.

I do not think this is setting problem, because the translations from django.po file do appear on the website, its just the changes and the translations from my own generated file that do not appear.

Edit:
My settings.py contains this:

gettext = lambda s: s
LANGUAGE_CODE = 'et'

LANGUAGES = (
             ('et', gettext('Estonian')),
             )

my own locale files are in

/path/to/project/locale/et/LC_MESSAGES/

and the files are

django.mo and django.po

the file I refer to in problem 1 is django own et transaltion, which I changed.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T20:25:47+00:00Added an answer on May 15, 2026 at 8:25 pm

    Well, I got this same error a few moments ago. I solved it deleting the “#, fuzzy” tag over the translation strings in my django.po files. It seems that translated text is not served if it got this tag, so make sure to translate the text and then delete this line.

    Here is an example of a translated text not server on a po file:

         #: course/models.py:13
         #, fuzzy
         msgid "code"
         msgstr "código"
    

    So, just delete the flag and leave it like this:

         #: course/models.py:13
         msgid "code"
         msgstr "código"
    

    I hope this work for you. Good luck!

    Reference: http://share-experiences.com/blog/what-fuzzy-means-python-django-gettext/

    PD: I know you got this issue a few month ago, but I leave this response due that you we never heard if you got this problem solved.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have problem about django template-db query relationship. For example, I created two tables
I have a problem with django's MVC. I understand that this is not the
I am having problem in django. I have created a form in my app
I have to change the is_staff option from views.py file to disabling the Django-admin
I have problem in connecting with Facebook backend of django-social-auth. I have created a
I have weird problem with django translations that i need help figuring out. Problem
I have a problem with django model objects where I have overridden __hash__ ()
I have an odd problem with Django. I have a set of objects that
I'm trying to migrate django apps, and i have problem with one. When i
I have a problem using the '|default' in django templates. If I do this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.