• Members 11 posts
    Oct. 10, 2019, 11:17 a.m.

    Hi~
    I found that the text of First category can not be translated to another language, could you help me test it? thanks very much!

  • Oct. 11, 2019, 6:55 p.m.

    Hey,

    Is this really an issue? It's default category you are supposed to delete or rename to whatever works for your forum as part of site setup.

    Perhaps we could make it translatable, so when you select community's language and run installation, it will appear on the site translated to your language.

  • Members 11 posts
    Oct. 17, 2019, 5:56 a.m.

    Hi~
    I have another problem below.
    Firstly, I used gettext("***") and add what I written in djangojs.po, like msgid "***" msgstr "***".
    Then, I run python manage.py compilemessages to produce new djangojs.mo.
    But my new page wasn't translated at last.

    Could you tell me the step to translate something in react pages?

    Thank you~