mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-336 Added Swedish variant and locale
X-SVN-Rev: 1945
This commit is contained in:
parent
85d51e6ece
commit
52514e709e
4 changed files with 60 additions and 0 deletions
20
icu4c/data/sv_FI.txt
Normal file
20
icu4c/data/sv_FI.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2000, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
|
||||
sv_FI {
|
||||
CurrencyElements {
|
||||
"mk",
|
||||
"FIM",
|
||||
",",
|
||||
}
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
||||
"#,##0%",
|
||||
}
|
||||
ShortCountry { "FIN" }
|
||||
}
|
10
icu4c/data/sv_FI_AL.txt
Normal file
10
icu4c/data/sv_FI_AL.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2000, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
|
||||
sv_FI_AL {
|
||||
// No Special Data here
|
||||
}
|
20
icu4c/source/data/locales/sv_FI.txt
Normal file
20
icu4c/source/data/locales/sv_FI.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2000, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
|
||||
sv_FI {
|
||||
CurrencyElements {
|
||||
"mk",
|
||||
"FIM",
|
||||
",",
|
||||
}
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
||||
"#,##0%",
|
||||
}
|
||||
ShortCountry { "FIN" }
|
||||
}
|
10
icu4c/source/data/locales/sv_FI_AL.txt
Normal file
10
icu4c/source/data/locales/sv_FI_AL.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
// *******************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2000, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// *******************************************************************************
|
||||
|
||||
sv_FI_AL {
|
||||
// No Special Data here
|
||||
}
|
Loading…
Add table
Reference in a new issue