makemessages Questions

6

I installed python separated from yum. Now, I need to recompile the language pack for the OSQA system, but get this message: Error: errors happened while running xgettext on __init__.py xgettext: ....
Inheritance asked 6/12, 2010 at 19:14

2

Solved

I had 12 languages in my Django app, if I run the command: python manage.py makemessages --all It would create all the 12 .po files for the languages, now I added 3 more languages: LANGUAGES = ( ...
Trousseau asked 13/8, 2014 at 15:3

2

I have a django instance packed in Docker container in docker-compose. I'm trying to generate makemessages files for project, but when I try to run makemessages, that's what I receieve in response...
Geniality asked 15/12, 2018 at 14:12

3

Solved

When I run this command: django-admin makemessages -l ar It gives this error: Traceback (most recent call last): File "c:\users\ahmed\appdata\local\programs\python\python36-32\lib\site-package...
Warmblooded asked 27/5, 2018 at 12:4

3

Solved

First of all, I am expecting --no-obsolete would comment out msgid and msgstr if gettext is deleted, right? How I am testing is: I wrote gettext("some string here") in view I ran makemessages c...
Broncobuster asked 17/3, 2018 at 16:37

1

Solved

I want to create a Django 2.0 powered website(including auto generated Admin site) that should support multiple languages. For now I only want to keep 2 languages English and Arabic. I read numb...
Keim asked 22/12, 2017 at 11:16
1

© 2022 - 2024 — McMap. All rights reserved.