diff --git a/pytchat/processors/compatible/renderer/currency.py b/pytchat/processors/compatible/renderer/currency.py index 1959a79..0ec60a8 100644 --- a/pytchat/processors/compatible/renderer/currency.py +++ b/pytchat/processors/compatible/renderer/currency.py @@ -33,5 +33,6 @@ symbols = { "ARS\xa0": {"fxtext": "ARS", "jptext": "アルゼンチン・ペソ"}, "CLP\xa0": {"fxtext": "CLP", "jptext": "チリ・ペソ"}, "NOK\xa0": {"fxtext": "NOK", "jptext": "ノルウェー・クローネ"}, - "BAM\xa0": {"fxtext": "BAM", "jptext": "ボスニア・兌換マルカ"} + "BAM\xa0": {"fxtext": "BAM", "jptext": "ボスニア・兌換マルカ"}, + "SGD\xa0": {"fxtext": "SGD", "jptext": "シンガポール・ドル"} } \ No newline at end of file diff --git a/pytchat/processors/default/renderer/currency.py b/pytchat/processors/default/renderer/currency.py index 42b2c3a..37f353e 100644 --- a/pytchat/processors/default/renderer/currency.py +++ b/pytchat/processors/default/renderer/currency.py @@ -33,5 +33,6 @@ symbols = { "ARS\xa0": {"fxtext": "ARS", "jptext": "アルゼンチン・ペソ"}, "CLP\xa0": {"fxtext": "CLP", "jptext": "チリ・ペソ"}, "NOK\xa0": {"fxtext": "NOK", "jptext": "ノルウェー・クローネ"}, - "BAM\xa0": {"fxtext": "BAM", "jptext": "ボスニア・兌換マルカ"} + "BAM\xa0": {"fxtext": "BAM", "jptext": "ボスニア・兌換マルカ"}, + "SGD\xa0": {"fxtext": "SGD", "jptext": "シンガポール・ドル"} } \ No newline at end of file