EPrints Technical Mailing List Archive

Message: #00398


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: divisions language


On Tue, 2012-04-10 at 23:05 +0300, Ігор Ростиславович wrote:
> Hello. When I adding new divisions or edit existing I see field
> Language  where my language named as unspecified. You can see this on
> the screen - http://awesomescreenshot.com/0bc37g7c7
> In the drop menu it show's any other languages. How can I add my lang
> or rename unspecified as Ukrainian?
> Thanks.
> 
> *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> *** Archive: http://www.eprints.org/tech.php/
> *** EPrints community wiki: http://wiki.eprints.org/

The supported languages are defined in cfg.d/languages.pl:

$c->{languages} = [ 'en', 'de', ];

These are the system languages, of which only English is supplied in the
distribution. You can find other language packs on files.eprints.org.

Note: the subjects & divisions are stored in the database. You can
create a backup of your subjects tree by doing:
./bin/export [archiveid] subject XML > subjects.xml
And re-import this later with:
./bin/import_subjects --xml [archiveid] subjects.xml

(In the past users have been surprised when they lost their custom
subjects when they did ./bin/import_subjects from the default file)

-- 
All the best,
Tim

Attachment: signature.asc
Description: This is a digitally signed message part