Questions tagged [gettext]

6 questions
1
vote
1 answer

Can multiple nginx statements be on the same line in a config file?

The Problem I'm creating a docker image which dynamically creates nginx config based on environment variables. I would like to minimise the number of environment variables required. I have a config template file that looks something like…
1
vote
1 answer

Apache gettext - cache persisting after restart

Running apache2 through Plesk. When I update the .mo files via subversion, and then restart apache (either through commandline or through Plesk interface), the translations do not update. Modified timestamps on the files are correct. Is there any…
Tim
  • 121
  • 5
1
vote
0 answers

Updating .po files without restarting lighty

We are running PHP with gettext on the lighttpd web server. When we update the .po/.mo files with new translations, we have to restart lighty for the new translations to appear. Is lighty caching the translations? Anyone know how to avoid restarting…
pthulin
  • 111
  • 2
1
vote
2 answers

disable PHP gettext module

Is there a way to disable PHP gettext extension in my ubuntu instalation? I need this for testing purposes. gettext.ini is not present in conf.d folder and I don't know where to look. I'm running Ubuntu 10.04 Thank you in advance!
Temnovit
  • 1,127
  • 6
  • 19
  • 27
1
vote
1 answer

How to remove the php gettext extension

I would like to know if there is any way I can remove the gettext extension without re-compiling php?
mnml
  • 337
  • 1
  • 7
  • 21
0
votes
1 answer

Clear gettext cache of PHP-Apache Server to apply .mo updates

Although many questions on SO already relate to this, they're A) pretty old and B) I felt that it's better to ask about this here, as it seems to be related to some server-level, and not programming-level, cache. The problem is that our server,…
DevelJoe
  • 187
  • 3
  • 11