You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, just a quick note that while dealing with language parsing on a project the use of setlocale(LC_ALL) to the correct locale for the language completely screws up the use of decimal places.
I don't have the time right now to look for the best solution, however in order to get my project to work again I added
setlocale(LC_NUMERIC , 'en_US');
to my PHP before parsing the .scss files. Hope this helps someone else and leads to fix.
The text was updated successfully, but these errors were encountered:
Hey, just a quick note that while dealing with language parsing on a project the use of setlocale(LC_ALL) to the correct locale for the language completely screws up the use of decimal places.
I don't have the time right now to look for the best solution, however in order to get my project to work again I added
to my PHP before parsing the .scss files. Hope this helps someone else and leads to fix.
The text was updated successfully, but these errors were encountered: