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
a287f690
Commit
a287f690
authored
Aug 04, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lang: merge Japanese progress from master
parent
9843317c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18622 additions
and
16835 deletions
+18622
-16835
Makefile
lang/Makefile
+1
-1
ja_JP.po
lang/ja_JP.po
+18620
-16834
system_general.php
src/www/system_general.php
+1
-0
No files found.
lang/Makefile
View file @
a287f690
...
...
@@ -7,7 +7,7 @@ MSGFMT= ${_MSGFMT} --strict
LOCALEDIR
=
/usr/local/share/locale/%%LANG%%/LC_MESSAGES
LANGUAGES
=
de_DE zh_CN
LANGUAGES
=
de_DE
ja_JP
zh_CN
TEMPLATE
=
en_US
INSTALL
=
PLIST
=
...
...
lang/ja_JP.po
View file @
a287f690
This diff is collapsed.
Click to expand it.
src/www/system_general.php
View file @
a287f690
...
...
@@ -43,6 +43,7 @@ function get_locale_list()
$locales
[
'en_US'
]
=
gettext
(
'English'
);
$locales
[
'zh_CN'
]
=
gettext
(
'Chinese (Simplified)'
);
$locales
[
'de_DE'
]
=
gettext
(
'German'
);
$locales
[
'ja_JP'
]
=
gettext
(
'Japanese'
);
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