hi
the locale translations of my zpBootstrap theme are not used on my zenphoto test site.
the locale translations of my other themes are well used on this site.
all works well on my zenphoto prod site.
any idea where this issue is coming from ?
on my test site, I have 2 themes : zpArdoise and zpBoostrap.
with zpArdoise, theme translations via gettext_th('text to translate', 'zpArdoise'); works fine for all translations (with french, my natural speaking, but with german and dutch too).
with zpBootstrap, theme translations via gettext_th('text to translate', 'zpBootstrap'); doesn't works for any translation provided (french, german and dutch).
I am unable to see where is the issue.
as usual, you point me to the right direction...
my files structure was wrong: not locale files structure, but the folder name of my theme : as I create it manually, I wrote zpBoostrap rather than zpBootstrap ("t" is missing).
so gettext_th('text to translate', 'zpBootstrap'); doesn't find the right folder structure...
thanks