Bug #5342
closedCannot change outbound NAT modes when using non-English translation
100%
Description
Forum: https://forum.pfsense.org/index.php?topic=101276.0
"Save" is not being translated when checking the $_POST value and so is not matching.
Seems to be a bug since 2006 (forever - never worked since translations existed) https://github.com/pfsense/pfsense/commit/82d0dfc4609f27e691e29e8a379fe8f43beff328
Updated by Phillip Davis about 9 years ago
Pull request for RELENG_2_2: https://github.com/pfsense/pfsense/pull/1984
Pull request for master: https://github.com/pfsense/pfsense/pull/1985
Updated by Phillip Davis about 9 years ago
Note: PR for master currently breaks the behavior in master, because there are other issues with the (non) translation of UI buttons.
Updated by Jim Thompson about 9 years ago
- Assignee changed from Phillip Davis to Anonymous
Updated by Anonymous about 9 years ago
- Status changed from New to Feedback
- Assignee changed from Anonymous to Phillip Davis
I see no need to test the value of the $_POST['save'] parameter so have removed the test.
There were a couple of other issues with the page that have also been corrected.
The action buttons have been changed to icons. There was not enough space in the display to sensibly use icons.
Updated by Anonymous about 9 years ago
- % Done changed from 0 to 100
Applied in changeset 11a6f29cde1331c5e31204d3794c6f4f9a32aa57.
Updated by Phillip Davis about 9 years ago
2.3-ALPHA (amd64)
built on Mon Oct 26 19:32:58 CDT 2015
FreeBSD 10.2-STABLE
Works
Updated by Phillip Davis about 9 years ago
2.2.5-DEVELOPMENT (i386)
built on Mon Oct 26 18:12:44 CDT 2015
FreeBSD 10.1-RELEASE-p23
Works
Updated by Chris Buechler about 9 years ago
- Status changed from Feedback to Resolved
also confirmed on 2.2.5. thanks Phil!