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