From feeff9c376f1a47443e9af7eb263e12561366a36 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 9 Jul 2026 11:48:21 -0400 Subject: [PATCH] Closes #22649: Add Korean language support (#22651) --- README.md | 2 +- netbox/netbox/settings.py | 1 + netbox/translations/ko/LC_MESSAGES/django.po | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 netbox/translations/ko/LC_MESSAGES/django.po diff --git a/README.md b/README.md index cd60e5e39..bd4ac9929 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ License Contributors GitHub stars - Languages supported + Languages supported CI status

NetBox Community | diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index e2e12132a..fa84a84b7 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -886,6 +886,7 @@ LANGUAGES = ( ('fr', _('French')), ('it', _('Italian')), ('ja', _('Japanese')), + ('ko', _('Korean')), ('lv', _('Latvian')), ('nl', _('Dutch')), ('pl', _('Polish')), diff --git a/netbox/translations/ko/LC_MESSAGES/django.po b/netbox/translations/ko/LC_MESSAGES/django.po new file mode 100644 index 000000000..54d926de0 --- /dev/null +++ b/netbox/translations/ko/LC_MESSAGES/django.po @@ -0,0 +1,19 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-06-27 06:10+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Korean (https://app.transifex.com/netbox-community/teams/178115/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n"