Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
13235 Widoki

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.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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.

Awatar
Odrzuć

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

Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
1
paź 22
3327
0
mar 16
5932
1
sty 25
13648
0
lut 25
1362
0
sty 25
1155