Help tabs localization OrchardCore #11894
-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 3 replies
-
They should be localized if they are STATIC string. Let me have a look to AudiTrail module, one more thing be sure that are localized in your culture (Verify from Crowdin) |
Beta Was this translation helpful? Give feedback.
-
I remember that tabs generated from placements which not support localization yet, @Piedone please confim if my words right or not |
Beta Was this translation helpful? Give feedback.
-
@hishamco I didn't create my Audit Trail module. It is completely defaulted. The only thing I did was add the translation to the OrchardCore file.AuditTrail.po. And all static lines were localized. Except for tabs. I looked at the sources and couldn't find a place where they can be localized. It looks like they take their "system" name and that's it. |
Beta Was this translation helpful? Give feedback.
-
I knew ;) even default modules needs a translations .. I'm still checking them .. |
Beta Was this translation helpful? Give feedback.
-
@Morgfrimen you can check AuditTrail drivers, again I though that sort type of strings are dynamic by its nature so they aren't localized by default. So they should be covered in Data Localization |
Beta Was this translation helpful? Give feedback.
-
Tab generated from placement rule so they can’t be localized by default however tabs are shapes you can override them to localize text |
Beta Was this translation helpful? Give feedback.
-
thank you very much for the answers! |
Beta Was this translation helpful? Give feedback.
-
Made a decision to generate a new shapes. I'll try to go this way, since I don't see any other way. Thank you for the answers! |
Beta Was this translation helpful? Give feedback.
Tab generated from placement rule so they can’t be localized by default
however tabs are shapes you can override them to localize text