Commit 53c8b4d2 authored by Franco Fichtner's avatar Franco Fichtner

pkg: changes for the new stable branch :)

parent 2de32e8f
...@@ -32,9 +32,9 @@ CORE_REPOSITORY?= latest ...@@ -32,9 +32,9 @@ CORE_REPOSITORY?= latest
.endif .endif
CORE_PACKAGESITE?= http://pkg.opnsense.org CORE_PACKAGESITE?= http://pkg.opnsense.org
CORE_NAME?= opnsense-devel CORE_NAME?= opnsense
CORE_ORIGIN?= opnsense/${CORE_NAME} CORE_ORIGIN?= opnsense/${CORE_NAME}
CORE_COMMENT?= OPNsense development package CORE_COMMENT?= OPNsense release package
CORE_MAINTAINER?= franco@opnsense.org CORE_MAINTAINER?= franco@opnsense.org
CORE_WWW?= https://opnsense.org/ CORE_WWW?= https://opnsense.org/
CORE_MESSAGE?= ACME delivery for the crafty coyote! CORE_MESSAGE?= ACME delivery for the crafty coyote!
......
...@@ -45,8 +45,6 @@ function get_locale_list() ...@@ -45,8 +45,6 @@ function get_locale_list()
$locales['fr_FR'] = gettext('French'); $locales['fr_FR'] = gettext('French');
$locales['de_DE'] = gettext('German'); $locales['de_DE'] = gettext('German');
$locales['ja_JP'] = gettext('Japanese'); $locales['ja_JP'] = gettext('Japanese');
$locales['mn_MN'] = gettext('Mongolian');
$locales['es_CO'] = gettext('Spanish');
return $locales; return $locales;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment