English British language file English British language file
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

English British language file

Started by jpaffett, March 23, 2005, 04:18:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jpaffett

If English British is selected as a language, most of the menu items and headers disappear. This would appear to be because the file english_gb.php is incomplete.

Jeff

Tranz

Yes, during development, only english.php is edited since it's too much work to maintain changes in multiple files.

However, are you not using the language fallback feature? With it enabled, the missing entries would be retrieved from english.php as a fallback.

Joachim Müller

This actually is not a bug. As suggested in the docs, there are no other language files than (US) english during the development stage. Only after the feature freeze (and ironing out the existing bugs), the english language file is being sent to the translators, asking them to start translating for cpg1.4.
In all previous versions of coppermine, language files from older versions simple couldn't be used with newer versions. Starting with cpg1.4, this has changed (that's why we introduced the language fallback feature in the first place). The language files that are currently in the lang folder of the devel branch in the cvs are all cpg1.3.x files, with only one exception: english.php is a "true" cpg1.4 file.
Marking this thread as invalid.

Joachim

Casper

English_british is actually a 1.4 file, but was done some time ago, and requires updating when the languages are requested.

It relies heavily on langfallback, and what you describe will happen if that is turned off.  As Gaugau said, the only actually ready language file is english.php, but that is likely to change yet before finalised.

There are other issues with it, which I will sort at the updating stage.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

jpaffett

OK, thanks for the responses. I thought I did have it working OK and this answers how. I must have changed the fallback setting inadvertently.

Jeff