Skip to Content Skip to Menu

[SOLVED] How to translate incubator cb progress plugin?

  • wgary
  • wgary
  • OFFLINE
  • Posts: 33
  • Thanks: 1
  • Karma: 0
13 years 6 months ago - 13 years 6 months ago #161072 by wgary
I have setuped the plugin cb progress to validate incomplete profiles. This works perfect.

But how to translate the error message?

I have found the source code:
Code:
$msg = CBTxt::P( 'Profile incomplete! Fields: [fields]', array( '[fields]' => implode( ', ', $incomplete ) ) );

best regards
Wolfgang
Last edit: 13 years 6 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
13 years 6 months ago #161085 by krileon
Add a new language string to your language plugin as follows and translate as normally.

"Profile incomplete! Fields: [fields]" => "Profile incomplete! Fields: [fields]"


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 6 months ago #161151 by nant

Please Log in or Create an account to join the conversation.

  • wgary
  • wgary
  • OFFLINE
  • Posts: 33
  • Thanks: 1
  • Karma: 0
13 years 6 months ago #161338 by wgary
I have found the issue!

My language files where stored in a folder german and this was wrong. I have renamed the folder to de-de, holding the cb team language file.

Now translation is working perfect!

br
Wolfgang

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum