That would likely be the cause of the issue. The mixed tags will prevent CBs from loading. We're already aware of this issue though and need to work on rebuilding plugins using _ instead of -. Have let Nick know that plugin still has this issue. If you see any other language plugins doing this please let me know.CB Ukrainian override did work at all. The only thing I see different, is that the CB plug-in is named "uk_UA" and the Joomla is named "uk-UA". Not sure is this has something to do or not.
I don't know what you mean by custom field help balloons. Can you be more specific? Do you mean the Description parameter for Custom HTML fields?I am plowing thru the CB Language Overrides and what I found is the for my custom fields help balloons, I cannot use the English text as a key since it does not work.How can I create keys for my custom fields and associate them with the elements from the field so I can use them in the CB Language Override. Would appreciate If you can direct me to a reading material, I should be able to follow it and get it done.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Use a language key for your description then translate the language key. Example as follows.
Description: FIELD_1_DESCRIPTION
Key: FIELD_1_DESCRIPTION
Text:Code:My field description here.
Please Log in or Create an account to join the conversation.
The "Default Language", which is English, plugin will always be the fallback if a language key or string does not exist in the currently loaded language. So if you're viewing the site in Spanish for example and a field is not translated to Spanish it will fallback to "Default Language". Overrides should work perfectly fine with the "Default Language" plugin; I do not recommend installing the English language plugins as the default is already English as it could confuse the fallback behavior.The aforementioned appear to work fine, except, when the language is not part of CB plug-ins. I am not certain if the Default English uses the override. I created an override for the CB Default English but if the language is not part of the CB plug-ins it does show the Default English translation of my custom fields, displaying the language keys for the customs fields instead of English translated conversion. I could assume that I have placed the override for the Default English language in the wrong location or the Default English language does not support override.
Updating CB should not cause any overrides to be lost. We did have issues with some plugins using the wrong language tag though. Overrides are always stored on disk so they are an actual file that can be backed up and we've no code in place to delete that file. You can find it below for every language plugin (including default).the update from 2.46 to 2.47 wiped the override settings on most the the languages
Please Log in or Create an account to join the conversation.