콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

I created new module named "name" with title "Name". How to set its name translation? Editing name/i18n/lang.po does not work.

#. module: base
#: model:ir.module.module,shortdesc:base.module_name
msgid "Name"
msgstr "Translated Name"
아바타
취소
작성자 베스트 답변

ir.module.module name field is technical name. shortdesc is Title. It already has translate=True. Core modules translates normally.

아바타
취소
베스트 답변

Hi Dmitry,

First of all you have to add translate=True as attribute of name field in ir.module.module model.

After that you can follow the steps of adding translation in PO file for python file.

Thanks,

아바타
취소
관련 게시물 답글 화면 활동
1
3월 21
3358
0
5월 20
3036
3
12월 19
5320
0
4월 15
3689
1
3월 15
4515