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
e76b30a3
Commit
e76b30a3
authored
Aug 27, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lang: bootstrap Mongolian translation, currently empty
parent
43120044
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27249 additions
and
1 deletion
+27249
-1
Makefile
lang/Makefile
+1
-1
mn_MN.po
lang/mn_MN.po
+27247
-0
system_general.php
src/www/system_general.php
+1
-0
No files found.
lang/Makefile
View file @
e76b30a3
...
...
@@ -9,7 +9,7 @@ MSGMERGE= ${_MSGMERGE} -U -N --backup=off
LOCALEDIR
=
/usr/local/share/locale/%%LANG%%/LC_MESSAGES
LANGUAGES
=
de_DE es_CO fr_FR ja_JP zh_CN
LANGUAGES
=
de_DE es_CO fr_FR ja_JP
mn_MN
zh_CN
TEMPLATE
=
en_US
INSTALL
=
MERGE
=
...
...
lang/mn_MN.po
0 → 100644
View file @
e76b30a3
This diff is collapsed.
Click to expand it.
src/www/system_general.php
View file @
e76b30a3
...
...
@@ -45,6 +45,7 @@ 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