mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: set arabic as default UI language.
This commit is contained in:
@@ -28,7 +28,7 @@ const queryConfig = {
|
|||||||
function GlobalFetchQuery({
|
function GlobalFetchQuery({
|
||||||
children
|
children
|
||||||
}) {
|
}) {
|
||||||
window.localStorage.setItem('lang', 'en');
|
window.localStorage.setItem('lang', 'ar-ly');
|
||||||
return children
|
return children
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user