1. namly161
  2. Support
  3. Tuesday, December 20 2016, 08:24 AM
Hi admin

I have sample :
- 1|1 COM_JSN_KNLV
- 2|2 COM_JSN_KNLV
- 3|3 COM_JSN_KNLV

english: COM_JSN_KNLV="year"
vietnamese: COM_JSN_KNLV="nam"

but when it show in frontend website is:

- 1|1 COM_JSN_KNLV
- 2|2 COM_JSN_KNLV
- 3|3 COM_JSN_KNLV

it not show :

- 1|1 year
- 2|2 year
- 3|3 year

please support

Thanks admin
namly161 Accepted Answer
I had edit in extension > language > overrride. But i don't see translate, it only show COM_JSN_KNLV
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
This happen because text like "1 COM_JSN_KNLV" is not a Joomla language constant and it is different from "COM_JSN_KNLV".

You should set options like these:
- 1|COM_JSN_KNLV_1
- 2|COM_JSN_KNLV_2
- 3|COM_JSN_KNLV_3

and set following language overrides:
COM_JSN_KNLV_1 = 1 Year
COM_JSN_KNLV_2 = 2 Years
COM_JSN_KNLV_3 = 3 Years
  1. more than a month ago
  2. Support
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.