Added
-
Add example script to translate Mustache templates.
-
Add support for storing your API Key in a keyring via the
keyring
module. -
Added a CI check for copyright headers.
-
New languages available: Korean (
'ko'
) and Norwegian (bokmål) ('nb'
). Add language code constants and tests.Note: older library versions also support the new languages, this update only adds new code constants.
Fixed
- Copyright headers are updated for 2023
Security
- Update
certifi
to resolve security advisory.certifi
is a development-only dependency; library users are unaffected.