Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
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
Administrator
Openfire
Commits
2621a81f
Commit
2621a81f
authored
Jul 10, 2015
by
akrherz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-682 Add Portuguese as option for server-locale
parent
462dc7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
server-locale.jsp
src/web/server-locale.jsp
+18
-9
No files found.
src/web/server-locale.jsp
View file @
2621a81f
...
...
@@ -178,41 +178,50 @@
</tr>
<tr>
<td>
<input
type=
"radio"
name=
"localeCode"
value=
"pt_
BR"
<%=
(
"pt_BR
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
<input
type=
"radio"
name=
"localeCode"
value=
"pt_
PT"
<%=
(
"pt_PT
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
id=
"loc08"
/>
</td>
<td
colspan=
"2"
>
<label
for=
"loc08"
>
Portugu
ê
s
Brasileiro (pt_BR
)
</label>
<label
for=
"loc08"
>
Portugu
ê
s
Portugal (pt_PT
)
</label>
</td>
</tr>
<tr>
<td>
<input
type=
"radio"
name=
"localeCode"
value=
"
ru_RU"
<%=
(
"ru_RU
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
<input
type=
"radio"
name=
"localeCode"
value=
"
pt_BR"
<%=
(
"pt_BR
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
id=
"loc09"
/>
</td>
<td
colspan=
"2"
>
<label
for=
"loc09"
>
Русский
(ru_RU
)
</label>
<label
for=
"loc09"
>
Portugu
ê
s Brasileiro (pt_BR
)
</label>
</td>
</tr>
<tr>
<td>
<input
type=
"radio"
name=
"localeCode"
value=
"
sk"
<%=
(
"sk
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
<input
type=
"radio"
name=
"localeCode"
value=
"
ru_RU"
<%=
(
"ru_RU
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
id=
"loc10"
/>
</td>
<td
colspan=
"2"
>
<label
for=
"loc10"
>
Sloven
č
ina (sk
)
</label>
<label
for=
"loc10"
>
Русский
(ru_RU
)
</label>
</td>
</tr>
<tr>
<td>
<input
type=
"radio"
name=
"localeCode"
value=
"
zh_CN"
<%=
(
"zh_CN
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
<input
type=
"radio"
name=
"localeCode"
value=
"
sk"
<%=
(
"sk
"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
id=
"loc11"
/>
</td>
<td
colspan=
"2"
>
<label
for=
"loc11"
>
Sloven
č
ina (sk)
</label>
</td>
</tr>
<tr>
<td>
<input
type=
"radio"
name=
"localeCode"
value=
"zh_CN"
<%=
(
"zh_CN"
.
equals
(
locale
.
toString
())
?
"checked"
:
""
)
%>
id=
"loc12"
/>
</td>
<td>
<a
href=
"#"
onclick=
"document.sform.localeCode[1].checked=true; return false;"
><img
src=
"images/language_zh_CN.gif"
border=
"0"
alt=
""
/></a>
</td>
<td>
<label
for=
"loc1
1
"
>
Simplified Chinese (zh_CN)
</label>
<label
for=
"loc1
2
"
>
Simplified Chinese (zh_CN)
</label>
</td>
</tr>
</tbody>
...
...
@@ -239,4 +248,4 @@
</body>
</html>
\ No newline at end of file
</html>
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