gelonsoft

Results 2 comments of gelonsoft

This is cause you Windows is not English and phoronix bug. Bug in phoronix in phoronix-test-suite\pts-core\objects\phodevi\components\phodevi_system.php: ==== 'vendor-identifier' => new phodevi_device_property('sw_vendor_identifier', phodevi::smart_caching), ==== It uses first word of phodevi::read_property('system', 'operating-system');...

Quick fix - just create custom class override with required locale: ---------- ``` import SemanticDatepicker from "react-semantic-ui-datepickers"; import ruRU from 'react-semantic-ui-datepickers/dist/locales/ru-RU.json'; export class MyDatepicker extends SemanticDatepicker { get locale ()...