Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
47266178
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
47266178
编写于
6月 12, 2013
作者:
Y
yhuang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7040556: SimpleDateFormat.format Portuguese Month should not be capitalized
Reviewed-by: okutsu
上级
be6569ac
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
28 addition
and
16 deletion
+28
-16
src/share/classes/sun/text/resources/pt/FormatData_pt.java
src/share/classes/sun/text/resources/pt/FormatData_pt.java
+12
-12
test/sun/text/resources/LocaleData
test/sun/text/resources/LocaleData
+15
-3
test/sun/text/resources/LocaleDataTest.java
test/sun/text/resources/LocaleDataTest.java
+1
-1
未找到文件。
src/share/classes/sun/text/resources/pt/FormatData_pt.java
浏览文件 @
47266178
...
...
@@ -103,18 +103,18 @@ public class FormatData_pt extends ParallelListResourceBundle {
},
{
"MonthAbbreviations"
,
new
String
[]
{
"
J
an"
,
// abb january
"
F
ev"
,
// abb february
"
M
ar"
,
// abb march
"
A
br"
,
// abb april
"
M
ai"
,
// abb may
"
J
un"
,
// abb june
"
J
ul"
,
// abb july
"
A
go"
,
// abb august
"
S
et"
,
// abb september
"
O
ut"
,
// abb october
"
N
ov"
,
// abb november
"
D
ez"
,
// abb december
"
j
an"
,
// abb january
"
f
ev"
,
// abb february
"
m
ar"
,
// abb march
"
a
br"
,
// abb april
"
m
ai"
,
// abb may
"
j
un"
,
// abb june
"
j
ul"
,
// abb july
"
a
go"
,
// abb august
"
s
et"
,
// abb september
"
o
ut"
,
// abb october
"
n
ov"
,
// abb november
"
d
ez"
,
// abb december
""
// abb month 13 if applicable
}
},
...
...
test/sun/text/resources/LocaleData
浏览文件 @
47266178
...
...
@@ -28,9 +28,6 @@ FormatData/pt_BR/DateTimePatterns/0={1} {0}
FormatData/pt_BR/NumberElements/0=,
FormatData/pt_BR/NumberElements/1=.
FormatData/pt_BR/NumberElements/2=;
FormatData/pt_BR/MonthAbbreviations/0=Jan
FormatData/pt_BR/MonthAbbreviations/1=Fev
FormatData/pt_BR/MonthAbbreviations/2=Mar
FormatData/pt_BR/DayAbbreviations/0=Dom
FormatData/pt_BR/DayAbbreviations/1=Seg
FormatData/pt_BR/DayAbbreviations/2=Ter
...
...
@@ -7667,3 +7664,18 @@ LocaleNames/sq/sq=shqip
# bug 7074882
FormatData/mt/MonthNames/7=Awwissu
FormatData/mt/MonthAbbreviations/7=Aww
# bug 7040556
FormatData/pt/MonthAbbreviations/0=jan
FormatData/pt/MonthAbbreviations/1=fev
FormatData/pt/MonthAbbreviations/2=mar
FormatData/pt/MonthAbbreviations/3=abr
FormatData/pt/MonthAbbreviations/4=mai
FormatData/pt/MonthAbbreviations/5=jun
FormatData/pt/MonthAbbreviations/6=jul
FormatData/pt/MonthAbbreviations/7=ago
FormatData/pt/MonthAbbreviations/8=set
FormatData/pt/MonthAbbreviations/9=out
FormatData/pt/MonthAbbreviations/10=nov
FormatData/pt/MonthAbbreviations/11=dez
test/sun/text/resources/LocaleDataTest.java
浏览文件 @
47266178
...
...
@@ -35,7 +35,7 @@
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495
* 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509
* 7114053 7074882
* 7114053 7074882
7040556
* @summary Verify locale data
*
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录