peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
195 stars 17 forks source link

Add `gettext` support to NetBox DNS #413

Closed peteeckel closed 2 weeks ago

peteeckel commented 2 weeks ago

fixes #412

This PR adds internationalisation support via gettext. All (I hope) user-visible strings have been wrapped in gettext() methods and an initial language file for German has been added.