Quellcode durchsuchen

change locale

master
Alex Cheung vor 1 Jahr
Ursprung
Commit
76fbc68832
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/pages/Payment/index.js

+ 1
- 1
src/pages/Payment/index.js Datei anzeigen

@@ -45,7 +45,7 @@ const Index = () => {
const navigate = useNavigate()
const location = useLocation();

const local = {en:"en-us", zh:"zh-hk", cn:"zh-cn"};
const local = {en:"en_us", zh:"zh_hk", cn:"zh_cn"};
const preferpaymentmethods = ['visa', 'mastercard', 'pps', 'creditcard', 'fps'];
const [totalAmount, setTotalAmount] = useState(0);
const [appIds, setAppIds] = useState([]);


Laden…
Abbrechen
Speichern