jojo12 wrote: Hi,
in CB 1.9.1 in my own cb plugin, there was a language file english.php. When I copied this to german.php and translated, I had the translation.
Now in CB 2.0 this doesn't seem to work! Can you say me, how to translate, please?
Nope - with CB 2.0 you should really only have language.php and admin_language.php in your language plugin.
I have attached an English language plugin you can use as a basis to create your own language plugin. Please note that this plugin is used for my testing and basically has an ! (exclamation mark) in front of all strings.
Just unzip and make minor modifications to the language.xml file:
name tag should have your language encoding instead of en-GB
version should be 2.0.0 instead of 2.0.0-rc.3
I guess you would want to modify the description
You need to copy your translations to language.php and admin_language.php
Compress folder and install.