mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
WIP: Arabic localization.|
This commit is contained in:
@@ -17,6 +17,8 @@ http.interceptors.request.use((request) => {
|
||||
if (locale) {
|
||||
request.headers.common['Accept-Language'] = locale;
|
||||
}
|
||||
request.headers.common['Accept-Language'] = 'ar';
|
||||
|
||||
return request;
|
||||
}, (error) => {
|
||||
return Promise.reject(error);
|
||||
|
||||
Reference in New Issue
Block a user