fix: set arabic as default UI language.

This commit is contained in:
a.bouhuolia
2021-08-07 08:36:47 +02:00
parent 994da28ccd
commit 4389e33554

View File

@@ -28,7 +28,7 @@ const queryConfig = {
function GlobalFetchQuery({
children
}) {
window.localStorage.setItem('lang', 'en');
window.localStorage.setItem('lang', 'ar-ly');
return children
}