Skip to content

Commit

Permalink
Turkish currecny update (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwn authored Nov 12, 2022
1 parent 821e91a commit abd6d5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Legacy/Numbers/Words/Locale/Id.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Id extends Words
'SIT' => [['Tolar'], ['stotinia']],
'SKK' => [['Slovak koruna'], []],
'TMT' => [['manat'], ['tenge']],
'TND' => [['dinar'], ['sen']],
'TND' => [['dinar'], ['milim']],
'TRL' => [['lira'], ['kuruş']],
'UAH' => [['hryvna'], ['sen']],
'USD' => [['dolar'], ['sen']],
Expand Down
2 changes: 1 addition & 1 deletion src/Legacy/Numbers/Words/Locale/Ka.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Ka extends Words
'LYD' => [['დინარი'], ['სენტიმი']],
'MAD' => [['დირჰამი'], ['სენტიმი']],
'MXN' => [['მექსიკური პესო'], ['სენტავო']],
'TND' => [['დინარი'], ['სენტიმი']],
'TND' => [['დინარი'], ['მილიმი']],
'USD' => [['დოლარი'], ['ცენტი']],
'TRY' => [['ლირა'], ['ყურუში']],
'AMD' => [['დრამი'], ['ლუმა']],
Expand Down
2 changes: 1 addition & 1 deletion src/Legacy/Numbers/Words/Locale/Ms.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Ms extends Words
'SIT' => [['Tolar'], ['stotinia']],
'SKK' => [['Slovak koruna'], []],
'TMT' => [['manat'], ['tenge']],
'TND' => [['dinar'], ['sen']],
'TND' => [['dinar'], ['millim']],
'TRL' => [['lira'], ['kuruş']],
'UAH' => [['hryvna'], ['sen']],
'USD' => [['dolar'], ['sen']],
Expand Down
2 changes: 1 addition & 1 deletion src/Legacy/Numbers/Words/Locale/Yo.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Yo extends Words
'SIT' => [['Tolar'], ['stotinia']],
'SKK' => [['Slovak koruna'], []],
'TMT' => [['manat'], ['tenge']],
'TND' => [['dinar'], ['cent']],
'TND' => [['dinar'], ['millim']],
'TRL' => [['lira'], ['kuruş']],
'UAH' => [['hryvna'], ['cent']],
'USD' => [['dollar'], ['cent']],
Expand Down

0 comments on commit abd6d5b

Please sign in to comment.