I\'m facing a problem when I need to distribute my java application, created using NetBeans 6.8. I have some translation files made with gettext as class files - made with msgfmt from gettext package
I have a file dk.po and dk.mo in folder lang in my webdir. How can I use this f开发者_运维问答ile? I have tried all, but I can not get it to work.
So far the only 2 good things that I\'ve seen about using gettext instead of arrays is that I don\'t have to create the \"greeting\" \"sub-array\" (or whatever its called). And I don\'t have to create
I tried php gettext in my localhost and everything worked, but when I uploaded the files to my hosting it said the following:
I have this issue where my mo parser code fails if I check out a .mo file from CVS ( CVS server is running on an old, old CENTOS box ) - I think CVS somehow corrupts it. If I use poedit and open the c
I\'m following this tutorial about building a multilingual web sites using PHP gettext http://onlamp.com/pub/a/php/2002/06/13/php.html
I was just wondering if i can find php backend which can be used as alternative to poedit to enter translations.
I have following code in my django application. class Status(object): def __init__(self, id, desc): self.id = id
I found this cool js gettext library -> http://code.google.com/p/gettext-js/ but I don\'t un开发者_StackOverflowderstand how to implement it. I am using poedit to edit the translations and I can see t
I\'m building a Open Sour开发者_如何学Cce product and I thinking about Localization, I\'ve read about gettext but there seems to be a lot of problem to get it to work in different systems (servers,os