コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
13301 ビュー

It is possible?

For example, how to translate "Guidelines" in a forum? I want to Polish and English version available at the same time after switching language.

アバター
破棄
著作者 最善の回答

I found solutions for my problem.

fields.Html is translatable if in definitions, exist parameter: translate = True

name = fields.Html( string="Name",  translate=True  )

Unfortunately, in many cases, for example:

  • "Guidelines" in a forum
  • "Note" memo
  • "Invite mail"
  • etc.

in the definitions,  missing Translate = True.

I report Issue.

アバター
破棄

Hi @zbik , I tried your solutions, but its not working...

著作者

Updated, mistake, in new api fields.Html should be uppercase. Maybe this issue?

関連投稿 返信 ビュー 活動
1
10月 22
3368
0
3月 16
6005
1
1月 25
13742
0
2月 25
1461
0
1月 25
1221