Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
53c8b4d2
Commit
53c8b4d2
authored
Jan 25, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg: changes for the new stable branch :)
parent
2de32e8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile
Makefile
+2
-2
system_general.php
src/www/system_general.php
+0
-2
No files found.
Makefile
View file @
53c8b4d2
...
...
@@ -32,9 +32,9 @@ CORE_REPOSITORY?= latest
.endif
CORE_PACKAGESITE
?=
http://pkg.opnsense.org
CORE_NAME
?=
opnsense
-devel
CORE_NAME
?=
opnsense
CORE_ORIGIN
?=
opnsense/
${
CORE_NAME
}
CORE_COMMENT
?=
OPNsense
development
package
CORE_COMMENT
?=
OPNsense
release
package
CORE_MAINTAINER
?=
franco@opnsense.org
CORE_WWW
?=
https://opnsense.org/
CORE_MESSAGE
?=
ACME delivery
for
the crafty coyote!
...
...
src/www/system_general.php
View file @
53c8b4d2
...
...
@@ -45,8 +45,6 @@ function get_locale_list()
$locales
[
'fr_FR'
]
=
gettext
(
'French'
);
$locales
[
'de_DE'
]
=
gettext
(
'German'
);
$locales
[
'ja_JP'
]
=
gettext
(
'Japanese'
);
$locales
[
'mn_MN'
]
=
gettext
(
'Mongolian'
);
$locales
[
'es_CO'
]
=
gettext
(
'Spanish'
);
return
$locales
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment