OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: amphiprions on July 29, 2022, 10:57:58 AM

Title: No Save / Cancel button after upgrade to 22.7 only with French translation
Post by: amphiprions on July 29, 2022, 10:57:58 AM
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
Title: Re: No Save / Cancel button after upgrade to 22.7 only with French translation
Post by: franco on July 29, 2022, 01:05:00 PM
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
Title: Re: No Save / Cancel button after upgrade to 22.7 only with French translation
Post by: amphiprions on July 30, 2022, 12:07:09 PM
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
Title: Re: No Save / Cancel button after upgrade to 22.7 only with French translation
Post by: shproto on August 01, 2022, 11:04:10 AM
hi !

perfectly  fixed :) !!


thx a lot