Skip to content

Commit 499da4f

Browse files
Added CS, DA, IT, NL, and PL, minus the .po and .mo starting point files (#16810)
* Added CS, DA, IT, NL, and PL, minus the .po and .mo starting point files * Add initial PO files for new languages * Revert updates to EN django.po --------- Co-authored-by: Jeremy Stretch <[email protected]>
1 parent 4fa3967 commit 499da4f

File tree

7 files changed

+71119
-1
lines changed

7 files changed

+71119
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://github.com/netbox-community/netbox/blob/master/LICENSE.txt"><img src="https://img.shields.io/badge/license-Apache_2.0-blue.svg" alt="License" /></a>
66
<a href="https://github.com/netbox-community/netbox/graphs/contributors"><img src="https://img.shields.io/github/contributors/netbox-community/netbox?color=blue" alt="Contributors" /></a>
77
<a href="https://github.com/netbox-community/netbox/stargazers"><img src="https://img.shields.io/github/stars/netbox-community/netbox?style=flat" alt="GitHub stars" /></a>
8-
<a href="https://explore.transifex.com/netbox-community/netbox/"><img src="https://img.shields.io/badge/languages-10-blue" alt="Languages supported" /></a>
8+
<a href="https://explore.transifex.com/netbox-community/netbox/"><img src="https://img.shields.io/badge/languages-15-blue" alt="Languages supported" /></a>
99
<a href="https://github.com/netbox-community/netbox/actions/workflows/ci.yml"><img src="https://github.com/netbox-community/netbox/workflows/CI/badge.svg?branch=master" alt="CI status" /></a>
1010
<p></p>
1111
</div>

netbox/netbox/settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,11 +739,16 @@ def _setting(name, default=None):
739739

740740
# Supported translation languages
741741
LANGUAGES = (
742+
('cs', _('Czech')),
743+
('da', _('Danish')),
742744
('de', _('German')),
743745
('en', _('English')),
744746
('es', _('Spanish')),
745747
('fr', _('French')),
748+
('it', _('Italian')),
746749
('ja', _('Japanese')),
750+
('nl', _('Dutch')),
751+
('pl', _('Polish')),
747752
('pt', _('Portuguese')),
748753
('ru', _('Russian')),
749754
('tr', _('Turkish')),

netbox/translations/cs/LC_MESSAGES/django.po

Lines changed: 14223 additions & 0 deletions
Large diffs are not rendered by default.

netbox/translations/da/LC_MESSAGES/django.po

Lines changed: 14222 additions & 0 deletions
Large diffs are not rendered by default.

netbox/translations/it/LC_MESSAGES/django.po

Lines changed: 14222 additions & 0 deletions
Large diffs are not rendered by default.

netbox/translations/nl/LC_MESSAGES/django.po

Lines changed: 14222 additions & 0 deletions
Large diffs are not rendered by default.

netbox/translations/pl/LC_MESSAGES/django.po

Lines changed: 14224 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)