EdInJapan Posted May 19, 2005 Posted May 19, 2005 I am running a script (Menalto Gallery) that uses gettext files for providing different languages. For the particular language I am using, I needed to re-encode the language files to UTF-8 in order to be compatible with the Dragonfly CMS I am using. I did that for the .po files that I need. Now, I understand I need to run the .po files through "gettext" in order to get the .mo files that I believe the script is using. I have looked up gettext on several sites, but still don't quite understand how I would "run" it on my TCH hosted site. I suspect I need to upload the .po files and then write a small php script to kick gettext into action, but am not sure what this should look like. If anyone has a snippet they have used, I would appreciate it. Quote
TCH-Don Posted May 19, 2005 Posted May 19, 2005 gettext is enabled in php here so maybe these links will help. onlamp.com Quick Primer on Using gettext Quote
EdInJapan Posted May 19, 2005 Author Posted May 19, 2005 Thank you for the links. They were a bit easier to understand than the ones I had been following up till now. I will delve into it and see how it goes! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.