No Save / Cancel button after upgrade to 22.7 only with French translation

Started by amphiprions, July 29, 2022, 10:57:58 AM

Previous topic - Next topic
Hi all,

Thanks for this new release, 22.7 !

I want to report a small bug :
when language is set to "French", an issue may occur (jQuery Error about Tooltip in Web console of my FF and other Web browsers) on /interface.php page.

Use English to fix it.

Have a nice day

Julien

Hi Julien,

Thanks for the report. The fix is here: https://github.com/opnsense/lang/commit/2bc222d18

This won't be shipped before 22.7.1 and it's a little complicated to install, but for anyone interested:

# opnsense-code lang
# pkg install -A gettext-tools
# cd /usr/lang
# make install-fr_FR


Cheers,
Franco

Hi Franco,

Thanks !

Quote
# opnsense-code lang
# pkg install -A gettext-tools
# cd /usr/lang
# make install-fr_FR

It works perfectly !

Have a nice weekend  ;)

Julien