diff options
| author | 2015-01-30 07:09:16 -0800 | |
|---|---|---|
| committer | 2016-01-06 18:54:41 +0000 | |
| commit | 61f9f31468c5fc4dd2605c9ab8cb6a54cc58d6f9 (patch) | |
| tree | ab701b8bae5694a907375ef3c80b18ac0521c19b | |
| parent | 5a77651489ace080671034a85e5771c6ddc73525 (diff) | |
Fix plurals variable to unblock Translations Pipeline.
Bug: 19067882
(cherry picked from commit 50d23adfe26bf0cf9a34138efc299eaec04127e9)
Change-Id: I86022d6edab73dc4d11269783900710dc07a5b49
| -rw-r--r-- | core/res/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 46d1cbd5a3db..b8426d0d3585 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3173,6 +3173,7 @@ <!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). --> <plurals name="last_num_days"> + <item quantity="one">Last <xliff:g id="count">%d</xliff:g> day</item> <item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item> </plurals> |