Last active
March 20, 2019 09:07
-
-
Save dpalita/78224d92697625ea82e4353d603e6209 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i18n.ActivityStatus={value, select, other {unknown}\ | |
COMPLETED {Completed}\ | |
DUE_TODAY {Due today}\ | |
OVERDUE {Overdue}\ | |
PENDING {Pending}\ | |
} | |
# Usage : {{'i18n.ActivityStatus' | translate:{value: activity.status} }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment