James,

> I would like to add an I18N message to a custom profile.
> 
> msgid "I18N_OPENXPKI_UI_PROFILE_HLL_MULTI_LABEL"
> msgstr "HLL Multi Purpose Profile"
> 
> I have created a new openxpki.mo file using msgcat and msgfmt.  I have moved
> the custom mo file into the en_US subdirectory of locale.  I have verified 
> that
> this file contains the message key and string:
> 
> msgunfmt -o extracted.po /usr/local/share/locale/en_US/LC_MESSAGES/openxpki.mo
> 
> grep -A 1 'msgid "I18N_OPENXPKI_UI_PROFILE_HLL_MULTI_LABEL"' extracted.po
> msgid "I18N_OPENXPKI_UI_PROFILE_HLL_MULTI_LABEL"
> msgstr "HLL Multi Purpose Profile"
> 
> I have also restarted openxpki.  But what I see in WebUI is:
> 
> "I18N_OPENXPKI_UI_PROFILE_HLL_MULTI_LABEL"
> 
> instead of
> 
> "HLL Multi Purpose Profile"
> 
> What am I doing wrong?

You need to restart Apache for this modification to have effect.

Martin




_______________________________________________
OpenXPKI-users mailing list
OpenXPKI-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to