Closed (outdated)
Project:
Bibliography Module
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
23 Apr 2009 at 21:39 UTC
Updated:
21 Dec 2018 at 16:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nhck commentedI noticed two days ago that someone started w/ this..obviously the update mechanism does not import language files. Anyway I got this po file from cvs and updated it further. Still a lot of strings missing though. Also I am not sure what the "[fuzzy]" text is all about and I fixed two situations where poedit would complain that there was a newline in the translation while in the original string it was not.
Comment #2
rjerome commentedThanks Niels,
I've committed your changes... http://drupal.org/cvs?commit=320736
I'm not sure what you mean by "obviously the update mechanism does not import language files" the most recent files should be included with the distribution you downloaded from the project page.
Ron.
Comment #3
nhck commentedRight Ron, but if one changes or adds a translation and you update your module then there is no way of telling hook_update* that you made a change. Therefore you might miss it.
Also I am wondering: How do you translate the base-url and the base-title?
Comment #4
rjerome commentedI see what you are getting at now, I think if I was to add a call to this function http://api.drupal.org/api/function/locale_batch_by_component/6 in the update, then any updated translations would be imported.
WRT base-url and the base-title, since they are variables you would just put what ever you want in the appropriate input boxes on the admin/settings/biblio page.
Comment #5
nhck commentedJust a quick update to this: still working on the translation. If you'd like to help: Feel welcome.
But for the base-title: One can add
to settings.php in order to translate it. Maybe this could be added to the documentation somewhere?
I don't know about the paths though - I guess biblio would need to provide an interface to pathauto in order to do this.
Comment #6
nhck commentedThis is the full translation for German. However during translation I noticed that some strings are split up in a strange way and that the t-function isn't always provided correctly. I will provide a patch and a further translation for that too ... in a while :-)
8 Strings are flagged for being unclear in this version. Comments and further improvements welcome.
Comment #7
nhck commentedAttached:
A further improved version of the po-file (yes I already found a mistake) and a patch that improves two longer strings imho.
The translation is complete - and works w/ both the patched and the non-patched version.
Comment #8
rjerome commentedThanks Niels,
I've committed (http://drupal.org/cvs?commit=361176) the po file and the patch changes are pending.
Ron.
Comment #9
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.