Translation Issue

Translations not working on job board. Can you help me?

1 Like

Hello there @Achtung_Deutsch and welcome to Community :wave:

I’ve shared your request with our dev team. Rest assured, I’ll get back to you once any news come up :slightly_smiling_face:

Our devs have checked the widget and identified the issue!

While they are working on the fix, you can try a temporary solution. You just need to add this code to the Custom CSS field on the Appearance tab:

.global-styles,
[class*="ButtonBase__Ellipsis-sc"] {
  font-size: 0;
}

.global-styles,
[class*="ButtonBase__Ellipsis-sc"]:after {
  font-size: 18px;
  content: "Kursları İncele";
}

.global-styles,
[class*="Description__Title-sc"] {
  font-size: 0;
}

.global-styles,
[class*="Description__Title-sc"]:after {
  font-size: 18px;
  content: "Açıklama";
}

.global-styles,
[class*="Skills__Title-sc"] {
  font-size: 0;
}

.global-styles,
[class*="Skills__Title-sc"]:after {
  font-size: 18px;
  content: "Eğitmen Özellikleri";
}

@Achtung_Deutsch We’ve fixed the issue globally!

Now, you don’t have to use the code from my previous message, because all the elements can be translated now.

Please check it and let me know how it works :slightly_smiling_face:

Thank you so much. Problem solved. :slightly_smiling_face:

No sweat!

Have a great day :wink: