From 262d0b5590cfdb1945a6fc25db792dfa7c21243a Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Sat, 10 Nov 2018 15:21:20 -0300 Subject: [PATCH] Add explicit Inquiry state translation for platforms not implementing a custom version in the wrapper app (Allinq uses Issue) --- .../dummy/app/i18n/translations/attributes.coffee | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tests/dummy/app/i18n/translations/attributes.coffee b/tests/dummy/app/i18n/translations/attributes.coffee index 560aadc..428d5c1 100644 --- a/tests/dummy/app/i18n/translations/attributes.coffee +++ b/tests/dummy/app/i18n/translations/attributes.coffee @@ -1,14 +1,15 @@ translations = attributes: identifier: 'Identity' state: - pending: 'pending' + pending: 'pending' uncategorized: 'uncategorized' - unplanned: 'unplanned' - planned: 'planned' - overdue: 'overdue' - active: 'active' - rejected: 'rejected' - completed: 'completed' + unplanned: 'unplanned' + planned: 'planned' + overdue: 'overdue' + active: 'active' + inquiry: 'Inquiry' + rejected: 'rejected' + completed: 'completed' all_completed: 'All completed' any_rejected: 'Has rejected' user: