-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
@@ -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), |
There was a problem hiding this comment.
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): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo - correct function name
This looks good, thank you! A couple of tiny changes - see also #388 changes requested |
Typo fixed in part1 and have updated to remove commented out lines. |
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