Bug #1890
No gettext support in console scripts
| Status: | New | Start date: | 09/20/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Affected Architecture: | All |
Description
We have been working on translating pfsense to Turkish and when we wanted to translate console scripts, we noticed that those scripts do not have gettext in them. Especially .sh scripts. For a more complete translation, we need gettext() applied to them, too.
History
#1
Updated by Seth Mos over 1 year ago
As long as the executed script is a PHP script then using gettext() is no problem.