Translations for NetBox DNS #414
peteeckel
announced in
Announcements
Replies: 1 comment
-
Update to this: @jean1 made the effort to provide the French translation, so thank you very much @jean1! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Call for Translations
Today I merged a new PR adding support for translations.
NetBox DNS now uses
gettext
throughout and can be supplied with internationalisation files provided by volunteers (hint, hint :-)).Initially there is only support for German localisation, but I'll gladly accept pull requests adding further languages. If you want to contribute, please reply to this thread. Adding a language is relatively easy:
pip3 -e
.netbox_dns
directory and running/opt/netbox/netbox/manage.py makemessages -l fr
(the argument after-l
is used to specify the language).locale/fr/LC_MESSAGES/django.po
, providing translations for all strings contained in the file./opt/netbox/netbox/manage.py compilemessages -l fr
in thenetbox_dns
directory to create the compiled message fileCurrently NetBox supports the following languages:
cs
,da
,de
,en
,es
,fr
,it
,ja
,nl
,pl
,pt
,ru
,tr
,uk
,zh
.German (
de
) and (obviously) English (en
) have been taking care of, the remainder is currently vacant ... If you'd like to use NetBox DNS in your own language, this is your chance!Beta Was this translation helpful? Give feedback.
All reactions