feat: localiztion.

This commit is contained in:
elforjani13
2021-12-27 14:44:04 +02:00
parent d1a67ca2ed
commit 99716e99a9
11 changed files with 57 additions and 42 deletions

View File

@@ -33,7 +33,7 @@ function BillDrawerProvider({ billId, ...props }) {
<DrawerLoading loading={loading}>
<DrawerHeaderContent
name="bill-drawer"
title={intl.get('bill_details')}
title={intl.get('bill.details.drawer.title')}
/>
<BillDrawerContext.Provider value={provider} {...props} />
</DrawerLoading>