Photo_shop plugin: my dutch translation is not shown...? Photo_shop plugin: my dutch translation is not shown...?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Photo_shop plugin: my dutch translation is not shown...?

Started by witchdoctor, June 22, 2006, 10:55:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

witchdoctor

Hi,

This plugin is indeed very handy and I have translated the english.php into dutch and created a dutch.php file and uploaded it
to the language folder within the plugin/photo_shop/ folders. But I got still the English version... Obvious I'm forgetting something?

Could you point me in the right direction... (@Stramm: if possible in Dutch or in simple English please, i find it something really difficult to make
myself clear in English, that's why my other topic about batch-add & red crosses take so much time and posts  :-[ )

Thanks,

Roland
(\__/)
(O.o )
(> < )

Stramm


witchdoctor

Sorry, I did not read all the threads running here... I saw in another post that you give this addition for these three files

photo_shop_admin.php
photo_shop_checkout.php
include/init.inc.php

Code:
require('plugins/photo_shop/lang/english.php');

and replace with

Code:
if (!file_exists("plugins/photo_shop/lang/{$CONFIG['lang']}.php"))
  $CONFIG['lang'] = 'english';
require "plugins/photo_shop/lang/{$CONFIG['lang']}.php";

I think I'll have todo that  ;D

Roland
(\__/)
(O.o )
(> < )

Stramm

Quote from: witchdoctor on June 23, 2006, 08:06:52 AM
Sorry, I did not read all the threads running here... I saw in another post that you give this addition for these three files

photo_shop_admin.php
photo_shop_checkout.php
include/init.inc.php

Code:
require('plugins/photo_shop/lang/english.php');

and replace with

Code:
if (!file_exists("plugins/photo_shop/lang/{$CONFIG['lang']}.php"))
  $CONFIG['lang'] = 'english';
require "plugins/photo_shop/lang/{$CONFIG['lang']}.php";

I think I'll have todo that  ;D

Roland

no, that has already been changed if you download the latest version

witchdoctor

In the version I downloaded 2 days ago (1.4.8. plugin package at sourceforge) this was not changed... I did it myself and it is
working fine now.

But If I have to get the most recent version, where do I have to go for downloading?
(\__/)
(O.o )
(> < )


witchdoctor

(\__/)
(O.o )
(> < )