geweald / flutter_onfido

Flutter Onfido Plugin
MIT License
8 stars 20 forks source link

support custom localization #15

Closed ansoncsh closed 2 years ago

ansoncsh commented 2 years ago

Added an optional parameter "locale" to the class "OnfidoConfig" to support custom locaalization.

If the parameter "locale" is passed, the custom translations of the locale can be loaded.

Custom translations can be maintained by following the guides of the official SDK documentations:

geweald commented 2 years ago

Thank you @ansoncsh can you resolve conflicts and add a changelog + bump version number?

ansoncsh commented 2 years ago

@geweald the conflicts are resolved. changelog + version number are also updated

Thanks a lot.