Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localised organisation names - part 2 #389

Merged
merged 14 commits into from
Jan 24, 2023

Conversation

radix0000
Copy link
Collaborator

First part of adding localised organisation names (participating / provider / receiver orgs etc.), as per #341 Adding code to output localised names, after part 1 is merged and updates run

@radix0000 radix0000 requested a review from markbrough November 29, 2022 15:57
@@ -807,11 +847,13 @@ def wrapper(args):
(u'transaction_ref', lambda t: t.ref),
(u'transaction_value_currency', value_currency),
(u'transaction_value_value-date', lambda t: t.value_date),
(u'transaction_provider-org', lambda t: t.provider_org_text),
#(u'transaction_provider-org', lambda t: t.provider_org_text),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove these comments?

@@ -1099,3 +1099,60 @@ def test_budget_conversion_usd(self):
def test_budget_conversion_eur(self):
self.assertEquals(548485.69, self.act.budgets[0].value_eur) # 2011-08-01: GBP 480637

class TestLocalsedOrganisationNames(AppTestCase):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo - correct function name

@markbrough
Copy link
Member

This looks good, thank you! A couple of tiny changes - see also #388 changes requested

@radix0000
Copy link
Collaborator Author

Typo fixed in part1 and have updated to remove commented out lines.

@radix0000 radix0000 merged commit 8296c3d into main Jan 24, 2023
@radix0000 radix0000 deleted the localised_organisation_names_part2 branch January 24, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants