Skip to content

Commit

Permalink
Update CHF translation (#144) (#145)
Browse files Browse the repository at this point in the history
* Update CHF translation (#144)

* Update translation (#144)

Co-authored-by: Ugur Ozkan <[email protected]>

* Add CHF currency transformer test (#144)

Co-authored-by: Ugur Ozkan <[email protected]>
  • Loading branch information
emirhanbalkac and uguurozkan authored Dec 1, 2022
1 parent 8e4bd84 commit a02fa20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Legacy/Numbers/Words/Locale/Tr.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Tr extends Words
'BWP' => [['Botswana pulası'], ['thebe']],
'BYR' => [['Belarus rublesi'], ['kopiejka']],
'CAD' => [['Kanada doları'], ['sent']],
'CHF' => [['İsveç frankı'], ['rapp']],
'CHF' => [['İsviçre frangı'], ['rapp']],
'CNY' => [['Çin yuanı'], ['fen']],
'CYP' => [['Kıbrıs poundu'], ['sent']],
'CZK' => [['Çek kronu'], ['halerz']],
Expand Down
2 changes: 2 additions & 0 deletions tests/CurrencyTransformer/TurkishCurrencyTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public function providerItConvertsMoneyAmountToWords(): array
[645900, 'USD', 'altı bin dört yüz elli dokuz ABD doları'],
[723200, 'USD', 'yedi bin iki yüz otuz iki ABD doları'],
[93829100, 'RUB', 'dokuz yüz otuz sekiz bin iki yüz doksan bir Rus rublesi'],
[54123100, 'CHF', 'beş yüz kırk bir bin iki yüz otuz bir İsviçre frangı'],
[43889300, 'CHF', 'dört yüz otuz sekiz bin sekiz yüz doksan üç İsviçre frangı'],
];
}
}

0 comments on commit a02fa20

Please sign in to comment.