Skip to content

Commit

Permalink
Removed Americentrism
Browse files Browse the repository at this point in the history
Universal Currency symbol courtesy of @MaxenceDC
  • Loading branch information
Bytestorm5 committed Jun 5, 2023
1 parent d3c5655 commit 25bd3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compinterpret.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def __init__(self) -> None:

regional_currency = locale.localeconv()['currency_symbol']
if regional_currency == '':
# Americentrisim, baby πŸ˜ŽπŸ¦…πŸ”«πŸ”«πŸ¦…πŸ¦…πŸ¦…πŸ”«πŸ¦… πŸ¦…πŸ”«πŸ”«πŸ”«πŸ¦…πŸ”«πŸ¦…πŸ”« πŸ¦…πŸ”«πŸ”«πŸ”«πŸ¦…πŸ¦…πŸ”«πŸ”« πŸ¦…πŸ”«πŸ”«πŸ¦…πŸ”«πŸ¦…πŸ¦…πŸ¦… πŸ¦…πŸ¦…πŸ”«πŸ¦…πŸ¦…πŸ¦…πŸ¦…πŸ¦… πŸ¦…πŸ”«πŸ”«πŸ¦…πŸ¦…πŸ”«πŸ¦…πŸ¦… πŸ¦…πŸ”«πŸ”«πŸ¦…πŸ”«πŸ¦…πŸ¦…πŸ”« πŸ¦…πŸ”«πŸ”«πŸ¦…πŸ¦…πŸ”«πŸ¦…πŸ¦… πŸ¦…πŸ¦…πŸ”«πŸ¦…πŸ¦…πŸ¦…πŸ¦…πŸ¦… πŸ¦…πŸ¦…πŸ”«πŸ”«πŸ”«πŸ¦…πŸ¦…πŸ”« πŸ¦…πŸ¦…πŸ”«πŸ¦…πŸ”«πŸ”«πŸ”«πŸ”« πŸ¦…πŸ¦…πŸ”«πŸ”«πŸ¦…πŸ¦…πŸ¦…πŸ”« πŸ¦…πŸ¦…πŸ”«πŸ”«πŸ¦…πŸ¦…πŸ¦…πŸ”«πŸ˜Ž
regional_currency = '$'
# For maximum international accessibility, the generic currency sign is used if there is no currency sign for the given locale
regional_currency = 'Β€'
self.basic_mappings[regional_currency] = 'CURRENCY'

def is_fn_subset(self, string):
Expand Down

0 comments on commit 25bd3ad

Please sign in to comment.