some english phrases are not in language file?

  • Posts: 52
  • Thank you received: 0
12 years 4 months ago #29665

Hello,
I see some english texts, that seem to be not in the language file where I can override them. For example

Please configure your payment methods
No payment methods found


Where can I translate them?

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 4 months ago #29694

Indeed, these error messages are not translatable.

We'll change that for next version.

You can find them in the file administrator/components/com_hikashop/classes/payment.php

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

  • Posts: 52
  • Thank you received: 0
12 years 4 months ago #29695

thanks

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

  • Posts: 52
  • Thank you received: 0
12 years 4 months ago #30646

Still there are a lot of english words, that I cannot find any translation string for in the language file.









.... where are these missing links to be translated?

Attachments:
Last edit: 12 years 4 months ago by websquirrel.

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
12 years 4 months ago #30714

For the address, you need to change the line:
<?php echo $field->field_realname;?>
by:
<?php echo $this->fieldsClass->getFieldName($field->field_realname);?>
in the file form_address of the view order via the menu Display->Views and they will be translated automatically.

For the history type, you can just add the english word in uppercase in your translation file and it should work. For example:
CREATION="Creation"

The widget names can be changed by editing each widget.
There is no translation for them.

The payment method is actually not the name but the type. That's why it is in english. We'll look at changing that in the future but there is no easy way to change it for you.

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

Time to create page: 0.065 seconds
Powered by Kunena Forum