Please Log in or Create an account to join the conversation.
You will lose all your changes.When I add custom strings what will happen do the customized version on upgrade?
Yes.Will it get replaced by the upgraded default_language.php?
Install and edit the English language plugin found below and leave the default_language as is.If yes, how to implement customized strings so they won´t get removed on upgrade?
Please Log in or Create an account to join the conversation.
krileon wrote: Install and edit the English language plugin found below and leave the default_language as is.
Please Log in or Create an account to join the conversation.
Correct.This will not be overwritten by upgrades.
Yes.But I guess it will be overwritten if I reinstall this language plugin oder install a new version of it?
Only the core default_language file is replaced by installing CB. This is done so CB doesn't error when it's missing its defines. Won't be an issue once we swap all usages to CBTxt based and probably do away with installing a language all together by default so translations will never be overridden.If yes, wouldn´t it be a good idea to make language custumization independet from upgradings? This could be implemented by using a seperate language file (per language) that is only for customizations and therfor never gets overwritten. For example this could be a file custom.php in every language directory. Custom.php is the file to be edited for custom language strings and CB simply includes this file.
Please Log in or Create an account to join the conversation.