Skip to content

Commit

Permalink
PFM-3301 : Update index.js (#85)
Browse files Browse the repository at this point in the history
* PFM-3301 : Update index.js

adding or_IN locale in the font mapper for muktaSoft odiya translation in pdf.

* Update index.js

removing unwanted comma from the object
  • Loading branch information
Tulika-eGov committed May 18, 2023
1 parent 116d8db commit e564488
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core-services/pdf-service/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ var defaultFontMapping = {
en_IN: 'default',
hi_IN: 'default',
pn_IN: 'BalooPaaji',
od_IN: 'BalooBhaina'
od_IN: 'BalooBhaina',
or_IN: 'BalooBhaina'
}

const printer = new pdfMakePrinter(fontDescriptors);
Expand Down Expand Up @@ -1340,4 +1341,4 @@ const prepareBulk = async (
};
}
};
export default app;
export default app;

0 comments on commit e564488

Please sign in to comment.