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
ae1493d3
Commit
ae1493d3
authored
Jul 29, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system: all other languages are kept on master
parent
47130d53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
Makefile
lang/Makefile
+1
-1
system_general.php
src/www/system_general.php
+1
-4
No files found.
lang/Makefile
View file @
ae1493d3
...
...
@@ -7,7 +7,7 @@ MSGFMT= ${_MSGFMT} --strict
LOCALEDIR
=
/usr/local/share/locale/%%LANG%%/LC_MESSAGES
LANGUAGES
=
de_DE
es_CO ja_JP
zh_CN
LANGUAGES
=
de_DE zh_CN
TEMPLATE
=
en_US
INSTALL
=
PLIST
=
...
...
src/www/system_general.php
View file @
ae1493d3
...
...
@@ -41,11 +41,8 @@ function get_locale_list()
/* first one is the default */
$locales
[
'en_US'
]
=
gettext
(
'English'
);
$locales
[
'de_DE'
]
=
gettext
(
'German'
);
/* $locales['es_CO'] = */
gettext
(
'Spanish'
);
/* $locales['fr_FR'] = */
gettext
((
'French'
);
/* $locales['ja_JP'] = */
gettext
(
'Japanese'
);
$locales
[
'zh_CN'
]
=
gettext
(
'Chinese (Simplified)'
);
$locales
[
'de_DE'
]
=
gettext
(
'German'
);
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