From 04adfe4155e1bb37609edfe78ae67b361f51e0cf Mon Sep 17 00:00:00 2001 From: Byron Ullauri Date: Thu, 3 Jan 2019 04:03:13 -0500 Subject: Provide basic math operations on bills (#413) * allow basic math ops in amount field for bills form * docs: changing compile-translations to build-translations --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/contributing.rst b/docs/contributing.rst index bcb3f16..0350f01 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -116,7 +116,7 @@ Collect all new strings to translate:: Compile them into *.mo* files:: - $ make compile-translations + $ make build-translations Commit both *.mo* and *.po*. -- cgit v1.1