-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
198 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# NOTE: Some translation keys make use of matches from regular expressions | ||
# to manipulate whitespace and order. Please consult the source code for | ||
# Stringex::Localization::ConversionExpressions to see what those | ||
# regular expressions look like if you need to manipulate the order | ||
# differently than the usage below. | ||
sv: | ||
stringex: | ||
characters: | ||
and: och | ||
at: snabel-a | ||
divide: delat med | ||
degrees: grader | ||
dot: \1 punkt \2 | ||
ellipsis: punkt punkt punkt | ||
equals: lika med | ||
number: nummer | ||
percent: procent | ||
plus: plus | ||
slash: slash | ||
star: stjärna | ||
currencies: | ||
generic: \1 kronor | ||
dollars: \1 dollar | ||
dollars_cents: \1 dollar \2 cent | ||
pounds: \1 pund | ||
pounds_pence: \1 pund \2 pence | ||
euros: \1 euro | ||
euros_cents: \1 euro \2 cent | ||
yen: \1 yen | ||
reais: \1 reais | ||
reais_cents: \1 reais \2 cent | ||
html_entities: | ||
amp: och | ||
cent: " cents" | ||
copy: (c) | ||
deg: " grader " | ||
divide: " delat med " | ||
double_quote: '"' | ||
ellipsis: "..." | ||
en_dash: "-" | ||
em_dash: "--" | ||
frac14: en fjärdedel | ||
frac12: halv | ||
frac34: tre fjärdedelar | ||
gt: ">" | ||
lt: < | ||
nbsp: " " | ||
pound: " pund " | ||
reg: (r) | ||
single_quote: "'" | ||
times: x | ||
trade: (tm) | ||
yen: " yen " | ||
vulgar_fractions: | ||
half: halv | ||
one_third: en tredjedel | ||
two_thirds: två tredjedelar | ||
one_fourth: en fjärdedel | ||
three_fourths: tre fjärdedelar | ||
one_fifth: en femtedel | ||
two_fifths: två femtedelar | ||
three_fifths: tre femtedelar | ||
four_fifths: fyra femtedelar | ||
one_sixth: en sjättedel | ||
five_sixths: fem sjättedelar | ||
one_eighth: en åttondel | ||
three_eighths: tre åttondelar | ||
five_eighths: fem åttondelar | ||
seven_eighths: sju åttondelar | ||
transliterations: | ||
Å: A | ||
Ä: AE | ||
Ö: OE | ||
å: a | ||
ä: ae | ||
ö: oe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
# encoding: UTF-8 | ||
|
||
require 'test_helper' | ||
require 'i18n' | ||
require 'stringex' | ||
|
||
class SwedishYAMLLocalizationTest < Test::Unit::TestCase | ||
def setup | ||
Stringex::Localization.reset! | ||
Stringex::Localization.backend = :i18n | ||
Stringex::Localization.backend.load_translations :sv | ||
Stringex::Localization.locale = :sv | ||
end | ||
|
||
{ | ||
"foo & bar" => "foo och bar", | ||
"AT&T" => "AT och T", | ||
"99° is normal" => "99 grader is normal", | ||
"4 ÷ 2 is 2" => "4 delat med 2 is 2", | ||
"webcrawler.com" => "webcrawler punkt com", | ||
"Well..." => "Well punkt punkt punkt", | ||
"x=1" => "x lika med 1", | ||
"a #2 pencil" => "a nummer 2 pencil", | ||
"100%" => "100 procent", | ||
"cost+tax" => "cost plus tax", | ||
"batman/robin fan fiction" => "batman slash robin fan fiction", | ||
"dial *69" => "dial stjärna 69" | ||
# " i leave whitespace on ends unchanged " => " i leave whitespace on ends unchanged " | ||
}.each do |original, converted| | ||
define_method "test_character_conversion: '#{original}'" do | ||
assert_equal converted, original.convert_miscellaneous_characters | ||
end | ||
end | ||
|
||
{ | ||
"¤20" => "20 kronor", | ||
"$100" => "100 dollar", | ||
"$19.99" => "19 dollar 99 cent", | ||
"£100" => "100 pund", | ||
"£19.99" => "19 pund 99 pence", | ||
"€100" => "100 euro", | ||
"€19.99" => "19 euro 99 cent", | ||
"¥1000" => "1000 yen" | ||
}.each do |original, converted| | ||
define_method "test_currency_conversion: '#{original}'" do | ||
assert_equal converted, original.convert_miscellaneous_characters | ||
end | ||
end | ||
|
||
{ | ||
"Tea & Sympathy" => "Tea och Sympathy", | ||
"10¢" => "10 cents", | ||
"©2000" => "(c)2000", | ||
"98° is fine" => "98 grader is fine", | ||
"10÷5" => "10 delat med 5", | ||
""quoted"" => '"quoted"', | ||
"to be continued…" => "to be continued...", | ||
"2000–2004" => "2000-2004", | ||
"I wish—oh, never mind" => "I wish--oh, never mind", | ||
"½ ounce of gold" => "halv ounce of gold", | ||
"1 and ¼ ounces of silver" => "1 and en fjärdedel ounces of silver", | ||
"9 and ¾ ounces of platinum" => "9 and tre fjärdedelar ounces of platinum", | ||
"3>2" => "3>2", | ||
"2<3" => "2<3", | ||
"two words" => "two words", | ||
"£100" => "pund 100", | ||
"Walmart®" => "Walmart(r)", | ||
"'single quoted'" => "'single quoted'", | ||
"2×4" => "2x4", | ||
"Programming™" => "Programming(tm)", | ||
"¥20000" => "yen 20000", | ||
" i leave whitespace on ends unchanged " => " i leave whitespace on ends unchanged " | ||
}.each do |original, converted| | ||
define_method "test_html_entity_conversion: '#{original}'" do | ||
assert_equal converted, original.convert_miscellaneous_html_entities | ||
end | ||
end | ||
|
||
{ | ||
"½" => "halv", | ||
"½" => "halv", | ||
"½" => "halv", | ||
"⅓" => "en tredjedel", | ||
"⅓" => "en tredjedel", | ||
"⅔" => "två tredjedelar", | ||
"⅔" => "två tredjedelar", | ||
"¼" => "en fjärdedel", | ||
"¼" => "en fjärdedel", | ||
"¼" => "en fjärdedel", | ||
"¾" => "tre fjärdedelar", | ||
"¾" => "tre fjärdedelar", | ||
"¾" => "tre fjärdedelar", | ||
"⅕" => "en femtedel", | ||
"⅕" => "en femtedel", | ||
"⅖" => "två femtedelar", | ||
"⅖" => "två femtedelar", | ||
"⅗" => "tre femtedelar", | ||
"⅗" => "tre femtedelar", | ||
"⅘" => "fyra femtedelar", | ||
"⅘" => "fyra femtedelar", | ||
"⅙" => "en sjättedel", | ||
"⅙" => "en sjättedel", | ||
"⅚" => "fem sjättedelar", | ||
"⅚" => "fem sjättedelar", | ||
"⅛" => "en åttondel", | ||
"⅛" => "en åttondel", | ||
"⅜" => "tre åttondelar", | ||
"⅜" => "tre åttondelar", | ||
"⅝" => "fem åttondelar", | ||
"⅝" => "fem åttondelar", | ||
"⅞" => "sju åttondelar", | ||
"⅞" => "sju åttondelar" | ||
}.each do |original, converted| | ||
define_method "test_vulgar_fractions_conversion: #{original}" do | ||
assert_equal converted, original.convert_vulgar_fractions | ||
end | ||
end | ||
end |